Color Hex Logo

#afa46a Color Hex

#AFA46A
(175,164,106)
0 Favorites   0 Comments

Color spaces of #afa46a

RGB 175164106
HSL0.140.300.55
HSV50°39°69°
CMYK 0.000.060.39   0.31
XYZ33.556236.705518.9519
Yxy36.70550.37610.4114
Hunter Lab60.5851-7.158223.8628
CIE-Lab67.0555-4.612831.5314

#afa46a color RGB value is (175,164,106).

#afa46a hex color red value is 175, green value is 164 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #afa46a hue: 0.14 , saturation: 0.30 and the lightness value of afa46a is 0.55.

The process color (four color CMYK) of #afa46a color hex is 0.00, 0.06, 0.39, 0.31. Web safe color of #afa46a is #999966. Color #afa46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01101010
Octal 257 244 152
Decimal 175 164 106
Hex AF A4 6A

RGB Percentages of Color #afa46a

%39.33
%36.85
%23.82

CMYK Percentages of Color #afa46a

%0
%6
%39
%31

Triadic Colors of #afa46a

#afa46a #6aafa4 #a46aaf

Analogous Colors of #afa46a

#afa46a #98af6a #af826a

Monochromatic Colors of #afa46a

#afa46a

Complementary Color

#afa46a #6a75af

#afa46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa46a Color CSS Codes

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

#afa46a Text Font Color

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

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


#afa46a Background Color

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

This div background color is #afa46a


#afa46a Border Color

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

This div border color is #afa46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa46a


Comments

No comments written yet.

Please login to write comment.