Shades of Husk #AF9653
Tints of Husk #AF9653
RGB
CMYK
RGB Variations
Color information
#AF9653 (or 0xAF9653) is known color: Husk. HEX triplet: AF, 96 and 53. RGB value is (175,150,83). Sum of RGB (Red+Green+Blue) = 175+150+83=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9653 is #5069AC. Grayscale: #969696. Windows color (decimal): -5269933 or 5478063. OLE color: 5478063.
HSL color Cylindrical-coordinate representation of color #AF9653: hue angle of 43.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF9653 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 83 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.31 |
| HSL | 43.7º | 0.37% | 0.51% | - |
| HSV(B) | 43.7º | 0.53% | 0.69% | - |
| XYZ | 30.15 | 31.55 | 12.68 | - |
| YUV | 149.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 83 | 0 | 0.14 | 0.53 | 0.31 | 43.7 | 0.37 | 0.51 |
| Hex | AF | 96 | 53 | 0 | E | 35 | 1F | 2C | 25 | 33 |
| Octal | 257 | 226 | 123 | 0 | 16 | 65 | 37 | 54 | 45 | 63 |
| Binary | 10101111 | 10010110 | 1010011 | 0 | 1110 | 110101 | 11111 | 101100 | 100101 | 110011 |
Color Harmonies of #AF9653
Complementary color
Monochromatic Colors of #AF9653
Black with #AF9653
Text Example
Text Example
White with #AF9653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9653; }
p { color: rgb(175,150,83); }
H1.HeaderClassName
{
color: #AF9653;
}
.AnyTagClassName
{
color: #AF9653;
}
</style>
background-color css
<style>
a { background-color: #AF9653; }
a { background-color: rgb(175,150,83); }
div.DivClassName
{
background-color: #AF9653;
}
.BgClassName
{
background-color: #AF9653;
}
</style>
border-color css
<style>
span { border-color: #AF9653; }
span { border-color: rgb(175,150,83); }
td.TdClassName
{
border-color: #AF9653;
}
.TagClassName
{
border-color: #AF9653;
}
</style>