Color Hex Logo

#af8654 Color Hex

#AF8654
(175,134,84)
0 Favorites   0 Comments

Color spaces of #af8654

RGB 17513484
HSL0.090.360.51
HSV33°52°69°
CMYK 0.000.230.52   0.31
XYZ27.804526.804212.0958
Yxy26.80420.41680.4018
Hunter Lab51.77285.260822.3889
CIE-Lab58.79279.534432.8090

#af8654 color RGB value is (175,134,84).

#af8654 hex color red value is 175, green value is 134 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #af8654 hue: 0.09 , saturation: 0.36 and the lightness value of af8654 is 0.51.

The process color (four color CMYK) of #af8654 color hex is 0.00, 0.23, 0.52, 0.31. Web safe color of #af8654 is #999966. Color #af8654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000110 01010100
Octal 257 206 124
Decimal 175 134 84
Hex AF 86 54

RGB Percentages of Color #af8654

%44.53
%34.10
%21.37

CMYK Percentages of Color #af8654

%0
%23
%52
%31

Triadic Colors of #af8654

#af8654 #54af86 #8654af

Analogous Colors of #af8654

#af8654 #abaf54 #af5954

Monochromatic Colors of #af8654

#af8654

Complementary Color

#af8654 #547daf

#af8654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8654 Color CSS Codes

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

#af8654 Text Font Color

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

This sample text font color is #af8654
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.


#af8654 Background Color

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

This div background color is #af8654


#af8654 Border Color

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

This div border color is #af8654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8654


Comments

No comments written yet.

Please login to write comment.