Color Hex Logo

#afa32f Color Hex

#AFA32F
(175,163,47)
0 Favorites   0 Comments

Color spaces of #afa32f

RGB 17516347
HSL0.150.580.44
HSV54°73°69°
CMYK 0.000.070.73   0.31
XYZ31.289535.51367.8950
Yxy35.51360.41890.4754
Hunter Lab59.5933-10.566733.8605
CIE-Lab66.1466-8.838358.2331

#afa32f color RGB value is (175,163,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00101111
Octal 257 243 57
Decimal 175 163 47
Hex AF A3 2F

RGB Percentages of Color #afa32f

%45.45
%42.34
%12.21

CMYK Percentages of Color #afa32f

%0
%7
%73
%31

Triadic Colors of #afa32f

#afa32f #2fafa3 #a32faf

Analogous Colors of #afa32f

#afa32f #7baf2f #af632f

Monochromatic Colors of #afa32f

#afa32f

Complementary Color

#afa32f #2f3baf

#afa32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa32f Color CSS Codes

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

#afa32f Text Font Color

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

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


#afa32f Background Color

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

This div background color is #afa32f


#afa32f Border Color

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

This div border color is #afa32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa32f


Comments

No comments written yet.

Please login to write comment.