Color Hex Logo

#afa75b Color Hex

#AFA75B
(175,167,91)
0 Favorites   0 Comments

Color spaces of #afa75b

RGB 17516791
HSL0.150.340.52
HSV54°48°69°
CMYK 0.000.050.48   0.31
XYZ33.386237.506715.3774
Yxy37.50670.38700.4348
Hunter Lab61.2427-9.866227.9828
CIE-Lab67.6555-7.796640.0807

#afa75b color RGB value is (175,167,91).

#afa75b hex color red value is 175, green value is 167 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afa75b hue: 0.15 , saturation: 0.34 and the lightness value of afa75b is 0.52.

The process color (four color CMYK) of #afa75b color hex is 0.00, 0.05, 0.48, 0.31. Web safe color of #afa75b is #999966. Color #afa75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01011011
Octal 257 247 133
Decimal 175 167 91
Hex AF A7 5B

RGB Percentages of Color #afa75b

%40.42
%38.57
%21.02

CMYK Percentages of Color #afa75b

%0
%5
%48
%31

Triadic Colors of #afa75b

#afa75b #5bafa7 #a75baf

Analogous Colors of #afa75b

#afa75b #8daf5b #af7d5b

Monochromatic Colors of #afa75b

#afa75b

Complementary Color

#afa75b #5b63af

#afa75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa75b Color CSS Codes

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

#afa75b Text Font Color

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

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


#afa75b Background Color

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

This div background color is #afa75b


#afa75b Border Color

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

This div border color is #afa75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa75b


Comments

No comments written yet.

Please login to write comment.