#AFA05A

Color #AFA05A Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AFA05A

Tints of Husk #AFA05A

Color information

#AFA05A (or 0xAFA05A) is unknown color: approx Husk. HEX triplet: AF, A0 and 5A. RGB value is (175,160,90). Sum of RGB (Red+Green+Blue) = 175+160+90=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA05A is #505FA5. Grayscale: #9C9C9C. Windows color (decimal): -5267366 or 5939375. OLE color: 5939375.

HSL color Cylindrical-coordinate representation of color #AFA05A: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFA05A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17516090-
CMYK00.090.490.31
HSL49.41º34.69%51.96%-
HSV(B)49.41º48.57%68.63%-
XYZ32.134.9914.74-
YUV156.590.47141.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=41.18%
G=37.65%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751609000.090.490.3149.4134.6951.96
HexAFA05A09311F312334
Octal2572401320116137614364
Binary101011111010000010110100100111000111111110001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA05A; }

 p { color: rgb(175,160,90); }

 H1.HeaderClassName
 {
   color: #AFA05A;
 }
 .AnyTagClassName
 {
   color: #AFA05A;
 }
</style>
background-color css

<style>
 a { background-color: #AFA05A; }

 a { background-color: rgb(175,160,90); }

 div.DivClassName
 {
   background-color: #AFA05A;
 }
 .BgClassName
 {
   background-color: #AFA05A;
 }
</style>
border-color css

<style>
 span { border-color: #AFA05A; }

 span { border-color: rgb(175,160,90); }

 td.TdClassName
 {
   border-color: #AFA05A;
 }
 .TagClassName
 {
   border-color: #AFA05A;
 }
</style>