Shades of Husk #AF9B4E
Tints of Husk #AF9B4E
RGB
CMYK
RGB Variations
Color information
#AF9B4E (or 0xAF9B4E) is known color: Husk. HEX triplet: AF, 9B and 4E. RGB value is (175,155,78). Sum of RGB (Red+Green+Blue) = 175+155+78=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B4E is #5064B1. Grayscale: #989898. Windows color (decimal): -5268658 or 5151663. OLE color: 5151663.
HSL color Cylindrical-coordinate representation of color #AF9B4E: hue angle of 47.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF9B4E is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 78 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.31 |
| HSL | 47.63º | 0.38% | 0.5% | - |
| HSV(B) | 47.63º | 0.55% | 0.69% | - |
| XYZ | 30.78 | 33.11 | 11.98 | - |
| YUV | 152.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 78 | 0 | 0.11 | 0.55 | 0.31 | 47.63 | 0.38 | 0.5 |
| Hex | AF | 9B | 4E | 0 | B | 37 | 1F | 30 | 26 | 32 |
| Octal | 257 | 233 | 116 | 0 | 13 | 67 | 37 | 60 | 46 | 62 |
| Binary | 10101111 | 10011011 | 1001110 | 0 | 1011 | 110111 | 11111 | 110000 | 100110 | 110010 |
Color Harmonies of #AF9B4E
Complementary color
Monochromatic Colors of #AF9B4E
Black with #AF9B4E
Text Example
Text Example
White with #AF9B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B4E; }
p { color: rgb(175,155,78); }
H1.HeaderClassName
{
color: #AF9B4E;
}
.AnyTagClassName
{
color: #AF9B4E;
}
</style>
background-color css
<style>
a { background-color: #AF9B4E; }
a { background-color: rgb(175,155,78); }
div.DivClassName
{
background-color: #AF9B4E;
}
.BgClassName
{
background-color: #AF9B4E;
}
</style>
border-color css
<style>
span { border-color: #AF9B4E; }
span { border-color: rgb(175,155,78); }
td.TdClassName
{
border-color: #AF9B4E;
}
.TagClassName
{
border-color: #AF9B4E;
}
</style>