Color Hex Logo

#afaa61 Color Hex

#AFAA61
(175,170,97)
0 Favorites   0 Comments

Color spaces of #afaa61

RGB 17517097
HSL0.160.330.53
HSV56°45°69°
CMYK 0.000.030.45   0.31
XYZ34.211638.726516.9811
Yxy38.72650.38050.4307
Hunter Lab62.2306-10.772327.3828
CIE-Lab68.5527-8.780338.1261

#afaa61 color RGB value is (175,170,97).

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

The process color (four color CMYK) of #afaa61 color hex is 0.00, 0.03, 0.45, 0.31. Web safe color of #afaa61 is #999966. Color #afaa61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01100001
Octal 257 252 141
Decimal 175 170 97
Hex AF AA 61

RGB Percentages of Color #afaa61

%39.59
%38.46
%21.95

CMYK Percentages of Color #afaa61

%0
%3
%45
%31

Triadic Colors of #afaa61

#afaa61 #61afaa #aa61af

Analogous Colors of #afaa61

#afaa61 #8daf61 #af8361

Monochromatic Colors of #afaa61

#afaa61

Complementary Color

#afaa61 #6166af

#afaa61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa61 Color CSS Codes

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

#afaa61 Text Font Color

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

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


#afaa61 Background Color

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

This div background color is #afaa61


#afaa61 Border Color

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

This div border color is #afaa61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa61


Comments

No comments written yet.

Please login to write comment.