#AFA059

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

Shades of Husk #AFA059

Tints of Husk #AFA059

Color information

#AFA059 (or 0xAFA059) is unknown color: approx Husk. HEX triplet: AF, A0 and 59. RGB value is (175,160,89). Sum of RGB (Red+Green+Blue) = 175+160+89=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA059 is #505FA6. Grayscale: #9C9C9C. Windows color (decimal): -5267367 or 5873839. OLE color: 5873839.

HSL color Cylindrical-coordinate representation of color #AFA059: hue angle of 49.53º 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 #AFA059 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17516089-
CMYK00.090.490.31
HSL49.53º34.96%51.76%-
HSV(B)49.53º49.14%68.63%-
XYZ32.0534.9814.51-
YUV156.3989.97141.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 89 (35.16% from 255) = 20.99%
R=41.27%
G=37.74%
B=20.99%

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
Decimal1751608900.090.490.3149.5334.9651.76
HexAFA05909311F322334
Octal2572401310116137624364
Binary101011111010000010110010100111000111111110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA059; }

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

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

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

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

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

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

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

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