Color Hex Logo

#afaa3a Color Hex

#AFAA3A
(175,170,58)
0 Favorites   0 Comments

Color spaces of #afaa3a

RGB 17517058
HSL0.160.500.46
HSV57°67°69°
CMYK 0.000.030.67   0.31
XYZ32.817638.16899.6406
Yxy38.16890.40700.4734
Hunter Lab61.7810-13.298833.9948
CIE-Lab68.1449-11.920655.9363

#afaa3a color RGB value is (175,170,58).

#afaa3a hex color red value is 175, green value is 170 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #afaa3a hue: 0.16 , saturation: 0.50 and the lightness value of afaa3a is 0.46.

The process color (four color CMYK) of #afaa3a color hex is 0.00, 0.03, 0.67, 0.31. Web safe color of #afaa3a is #999933. Color #afaa3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00111010
Octal 257 252 72
Decimal 175 170 58
Hex AF AA 3A

RGB Percentages of Color #afaa3a

%43.42
%42.18
%14.39

CMYK Percentages of Color #afaa3a

%0
%3
%67
%31

Triadic Colors of #afaa3a

#afaa3a #3aafaa #aa3aaf

Analogous Colors of #afaa3a

#afaa3a #7aaf3a #af703a

Monochromatic Colors of #afaa3a

#afaa3a

Complementary Color

#afaa3a #3a3faf

#afaa3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa3a Color CSS Codes

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

#afaa3a Text Font Color

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

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


#afaa3a Background Color

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

This div background color is #afaa3a


#afaa3a Border Color

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

This div border color is #afaa3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa3a


Comments

No comments written yet.

Please login to write comment.