Color Hex Logo

#afa074 Color Hex

#AFA074
(175,160,116)
0 Favorites   0 Comments

Color spaces of #afa074

RGB 175160116
HSL0.120.270.57
HSV45°34°69°
CMYK 0.000.090.34   0.31
XYZ33.402435.516521.6179
Yxy35.51650.36890.3923
Hunter Lab59.5957-4.246320.2100
CIE-Lab66.1488-1.245524.9600

#afa074 color RGB value is (175,160,116).

#afa074 hex color red value is 175, green value is 160 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #afa074 hue: 0.12 , saturation: 0.27 and the lightness value of afa074 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01110100
Octal 257 240 164
Decimal 175 160 116
Hex AF A0 74

RGB Percentages of Color #afa074

%38.80
%35.48
%25.72

CMYK Percentages of Color #afa074

%0
%9
%34
%31

Triadic Colors of #afa074

#afa074 #74afa0 #a074af

Analogous Colors of #afa074

#afa074 #a1af74 #af8374

Monochromatic Colors of #afa074

#afa074

Complementary Color

#afa074 #7483af

#afa074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa074 Color CSS Codes

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

#afa074 Text Font Color

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

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


#afa074 Background Color

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

This div background color is #afa074


#afa074 Border Color

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

This div border color is #afa074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa074


Comments

No comments written yet.

Please login to write comment.