#AF9F5A

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

Shades of Husk #AF9F5A

Tints of Husk #AF9F5A

Color information

#AF9F5A (or 0xAF9F5A) is unknown color: approx Husk. HEX triplet: AF, 9F and 5A. RGB value is (175,159,90). Sum of RGB (Red+Green+Blue) = 175+159+90=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F5A is #5060A5. Grayscale: #9C9C9C. Windows color (decimal): -5267622 or 5939119. OLE color: 5939119.

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

Color convert

RGB17515990-
CMYK00.090.490.31
HSL48.71º34.69%51.96%-
HSV(B)48.71º48.57%68.63%-
XYZ31.9234.6514.68-
YUV155.9290.8141.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=41.27%
G=37.5%
B=21.23%

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
Decimal1751599000.090.490.3148.7134.6951.96
HexAF9F5A09311F312334
Octal2572371320116137614364
Binary101011111001111110110100100111000111111110001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F5A; }

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

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

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

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

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

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

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

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