#AF9E5C

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

Shades of Husk #AF9E5C

Tints of Husk #AF9E5C

Color information

#AF9E5C (or 0xAF9E5C) is unknown color: approx Husk. HEX triplet: AF, 9E and 5C. RGB value is (175,158,92). Sum of RGB (Red+Green+Blue) = 175+158+92=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E5C is #5061A3. Grayscale: #9B9B9B. Windows color (decimal): -5267876 or 6069935. OLE color: 6069935.

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

Color convert

RGB17515892-
CMYK00.100.470.31
HSL47.71º34.16%52.35%-
HSV(B)47.71º47.43%68.63%-
XYZ31.8434.3415.08-
YUV155.5692.13141.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=41.18%
G=37.18%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751589200.100.470.3147.7134.1652.35
HexAF9E5C0A2F1F302234
Octal2572361340125737604264
Binary101011111001111010111000101010111111111110000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E5C; }

 p { color: rgb(175,158,92); }

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

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

 a { background-color: rgb(175,158,92); }

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

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

 span { border-color: rgb(175,158,92); }

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