Color Hex Logo

#afa34c Color Hex

#AFA34C
(175,163,76)
0 Favorites   0 Comments

Color spaces of #afa34c

RGB 17516376
HSL0.150.390.49
HSV53°57°69°
CMYK 0.000.070.57   0.31
XYZ32.080935.830112.0625
Yxy35.83010.40110.4480
Hunter Lab59.8582-9.085229.9528
CIE-Lab66.3899-7.000645.9960

#afa34c color RGB value is (175,163,76).

#afa34c hex color red value is 175, green value is 163 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #afa34c hue: 0.15 , saturation: 0.39 and the lightness value of afa34c is 0.49.

The process color (four color CMYK) of #afa34c color hex is 0.00, 0.07, 0.57, 0.31. Web safe color of #afa34c is #999933. Color #afa34c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01001100
Octal 257 243 114
Decimal 175 163 76
Hex AF A3 4C

RGB Percentages of Color #afa34c

%42.27
%39.37
%18.36

CMYK Percentages of Color #afa34c

%0
%7
%57
%31

Triadic Colors of #afa34c

#afa34c #4cafa3 #a34caf

Analogous Colors of #afa34c

#afa34c #8aaf4c #af724c

Monochromatic Colors of #afa34c

#afa34c

Complementary Color

#afa34c #4c58af

#afa34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa34c Color CSS Codes

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

#afa34c Text Font Color

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

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


#afa34c Background Color

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

This div background color is #afa34c


#afa34c Border Color

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

This div border color is #afa34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa34c


Comments

No comments written yet.

Please login to write comment.