Shades of Husk #A9934F
Tints of Husk #A9934F
RGB
CMYK
RGB Variations
Color information
#A9934F (or 0xA9934F) is known color: Husk. HEX triplet: A9, 93 and 4F. RGB value is (169,147,79). Sum of RGB (Red+Green+Blue) = 169+147+79=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A9934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9934F is #566CB0. Grayscale: #929292. Windows color (decimal): -5663921 or 5215145. OLE color: 5215145.
HSL color Cylindrical-coordinate representation of color #A9934F: hue angle of 45.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9934F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 79 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.34 |
| HSL | 45.33º | 0.36% | 0.49% | - |
| HSV(B) | 45.33º | 0.53% | 0.66% | - |
| XYZ | 28.21 | 29.87 | 11.68 | - |
| YUV | 145.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 79 | 0 | 0.13 | 0.53 | 0.34 | 45.33 | 0.36 | 0.49 |
| Hex | A9 | 93 | 4F | 0 | D | 35 | 22 | 2D | 24 | 31 |
| Octal | 251 | 223 | 117 | 0 | 15 | 65 | 42 | 55 | 44 | 61 |
| Binary | 10101001 | 10010011 | 1001111 | 0 | 1101 | 110101 | 100010 | 101101 | 100100 | 110001 |
Color Harmonies of #A9934F
Complementary color
Monochromatic Colors of #A9934F
Black with #A9934F
Text Example
Text Example
White with #A9934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9934F; }
p { color: rgb(169,147,79); }
H1.HeaderClassName
{
color: #A9934F;
}
.AnyTagClassName
{
color: #A9934F;
}
</style>
background-color css
<style>
a { background-color: #A9934F; }
a { background-color: rgb(169,147,79); }
div.DivClassName
{
background-color: #A9934F;
}
.BgClassName
{
background-color: #A9934F;
}
</style>
border-color css
<style>
span { border-color: #A9934F; }
span { border-color: rgb(169,147,79); }
td.TdClassName
{
border-color: #A9934F;
}
.TagClassName
{
border-color: #A9934F;
}
</style>