Shades of Husk #AF9E5A
Tints of Husk #AF9E5A
RGB
CMYK
RGB Variations
Color information
#AF9E5A (or 0xAF9E5A) is known color: Husk. HEX triplet: AF, 9E and 5A. RGB value is (175,158,90). Sum of RGB (Red+Green+Blue) = 175+158+90=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E5A is #5061A5. Grayscale: #9B9B9B. Windows color (decimal): -5267878 or 5938863. OLE color: 5938863.
HSL color Cylindrical-coordinate representation of color #AF9E5A: hue angle of 48º 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 #AF9E5A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 90 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.31 |
| HSL | 48º | 0.35% | 0.52% | - |
| HSV(B) | 48º | 0.49% | 0.69% | - |
| XYZ | 31.75 | 34.31 | 14.62 | - |
| YUV | 155.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 90 | 0 | 0.10 | 0.49 | 0.31 | 48 | 0.35 | 0.52 |
| Hex | AF | 9E | 5A | 0 | A | 31 | 1F | 30 | 23 | 34 |
| Octal | 257 | 236 | 132 | 0 | 12 | 61 | 37 | 60 | 43 | 64 |
| Binary | 10101111 | 10011110 | 1011010 | 0 | 1010 | 110001 | 11111 | 110000 | 100011 | 110100 |
Color Harmonies of #AF9E5A
Complementary color
Monochromatic Colors of #AF9E5A
Black with #AF9E5A
Text Example
Text Example
White with #AF9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E5A; }
p { color: rgb(175,158,90); }
H1.HeaderClassName
{
color: #AF9E5A;
}
.AnyTagClassName
{
color: #AF9E5A;
}
</style>
background-color css
<style>
a { background-color: #AF9E5A; }
a { background-color: rgb(175,158,90); }
div.DivClassName
{
background-color: #AF9E5A;
}
.BgClassName
{
background-color: #AF9E5A;
}
</style>
border-color css
<style>
span { border-color: #AF9E5A; }
span { border-color: rgb(175,158,90); }
td.TdClassName
{
border-color: #AF9E5A;
}
.TagClassName
{
border-color: #AF9E5A;
}
</style>