#AFA057

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

Shades of Husk #AFA057

Tints of Husk #AFA057

Color information

#AFA057 (or 0xAFA057) is unknown color: approx Husk. HEX triplet: AF, A0 and 57. RGB value is (175,160,87). Sum of RGB (Red+Green+Blue) = 175+160+87=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA057 is #505FA8. Grayscale: #9C9C9C. Windows color (decimal): -5267369 or 5742767. OLE color: 5742767.

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

Color convert

RGB17516087-
CMYK00.090.500.31
HSL49.77º35.48%51.37%-
HSV(B)49.77º50.29%68.63%-
XYZ31.9734.9414.08-
YUV156.1688.97141.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=41.47%
G=37.91%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751608700.090.500.3149.7735.4851.37
HexAFA05709321F322333
Octal2572401270116237624363
Binary101011111010000010101110100111001011111110010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA057; }

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

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

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

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

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

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

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

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