#AF9E5D

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

Shades of Husk #AF9E5D

Tints of Husk #AF9E5D

Color information

#AF9E5D (or 0xAF9E5D) is unknown color: approx Husk. HEX triplet: AF, 9E and 5D. RGB value is (175,158,93). Sum of RGB (Red+Green+Blue) = 175+158+93=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E5D is #5061A2. Grayscale: #9B9B9B. Windows color (decimal): -5267875 or 6135471. OLE color: 6135471.

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

Color convert

RGB17515893-
CMYK00.100.470.31
HSL47.56º33.88%52.55%-
HSV(B)47.56º46.86%68.63%-
XYZ31.8834.3615.31-
YUV155.6792.63141.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 93 (36.72% from 255) = 21.83%
R=41.08%
G=37.09%
B=21.83%

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
Decimal1751589300.100.470.3147.5633.8852.55
HexAF9E5D0A2F1F302235
Octal2572361350125737604265
Binary101011111001111010111010101010111111111110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E5D; }

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

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

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

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

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

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

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

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