Color Hex Logo

#afa066 Color Hex

#AFA066
(175,160,102)
0 Favorites   0 Comments

Color spaces of #afa066

RGB 175160102
HSL0.130.310.54
HSV48°42°69°
CMYK 0.000.090.42   0.31
XYZ32.648335.214917.6468
Yxy35.21490.38180.4118
Hunter Lab59.3421-5.643323.9082
CIE-Lab65.9156-2.915932.1906

#afa066 color RGB value is (175,160,102).

#afa066 hex color red value is 175, green value is 160 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #afa066 hue: 0.13 , saturation: 0.31 and the lightness value of afa066 is 0.54.

The process color (four color CMYK) of #afa066 color hex is 0.00, 0.09, 0.42, 0.31. Web safe color of #afa066 is #999966. Color #afa066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01100110
Octal 257 240 146
Decimal 175 160 102
Hex AF A0 66

RGB Percentages of Color #afa066

%40.05
%36.61
%23.34

CMYK Percentages of Color #afa066

%0
%9
%42
%31

Triadic Colors of #afa066

#afa066 #66afa0 #a066af

Analogous Colors of #afa066

#afa066 #9aaf66 #af7c66

Monochromatic Colors of #afa066

#afa066

Complementary Color

#afa066 #6675af

#afa066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa066 Color CSS Codes

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

#afa066 Text Font Color

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

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


#afa066 Background Color

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

This div background color is #afa066


#afa066 Border Color

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

This div border color is #afa066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa066


Comments

No comments written yet.

Please login to write comment.