Color Hex Logo

#af893d Color Hex

#AF893D
(175,137,61)
0 Favorites   0 Comments

Color spaces of #af893d

RGB 17513761
HSL0.110.480.46
HSV40°65°69°
CMYK 0.000.220.65   0.31
XYZ27.467227.34228.2448
Yxy27.34220.43560.4336
Hunter Lab52.28982.256927.2543
CIE-Lab59.28976.044245.1970

#af893d color RGB value is (175,137,61).

#af893d hex color red value is 175, green value is 137 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #af893d hue: 0.11 , saturation: 0.48 and the lightness value of af893d is 0.46.

The process color (four color CMYK) of #af893d color hex is 0.00, 0.22, 0.65, 0.31. Web safe color of #af893d is #999933. Color #af893d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 00111101
Octal 257 211 75
Decimal 175 137 61
Hex AF 89 3D

RGB Percentages of Color #af893d

%46.92
%36.73
%16.35

CMYK Percentages of Color #af893d

%0
%22
%65
%31

Triadic Colors of #af893d

#af893d #3daf89 #893daf

Analogous Colors of #af893d

#af893d #9caf3d #af503d

Monochromatic Colors of #af893d

#af893d

Complementary Color

#af893d #3d63af

#af893d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af893d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af893d Color CSS Codes

.mybgcolor {background-color:#af893d; } 
.myforecolor {color:#af893d; }
.mybordercolor {border:3px solid #af893d; }

#af893d Text Font Color

<p style="color:#af893d">Text here</p>

This sample text font color is #af893d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af893d Background Color

<div style="background-color:#af893d">
Div content here</div>

This div background color is #af893d


#af893d Border Color

<div style="border:3px solid #af893d">
Div here</div>

This div border color is #af893d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,137,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af893d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af893d;
  -webkit-box-shadow: 1px 1px 3px 2px #af893d;
  box-shadow:         1px 1px 3px 2px #af893d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,137,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af893d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af893d;
  -webkit-box-shadow: 1px 1px 3px 2px #af893d;
  box-shadow:         1px 1px 3px 2px #af893d;">
Div content here</div>

This div box has shadow with color #af893d


Comments

No comments written yet.

Please login to write comment.