Shades of Husk #A4994B
Tints of Husk #A4994B
RGB
CMYK
RGB Variations
Color information
#A4994B (or 0xA4994B) is known color: Husk. HEX triplet: A4, 99 and 4B. RGB value is (164,153,75). Sum of RGB (Red+Green+Blue) = 164+153+75=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4994B is #5B66B4. Grayscale: #939393. Windows color (decimal): -5990069 or 4954532. OLE color: 4954532.
HSL color Cylindrical-coordinate representation of color #A4994B: hue angle of 52.58º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4994B is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 75 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.36 |
| HSL | 52.58º | 0.37% | 0.47% | - |
| HSV(B) | 52.58º | 0.54% | 0.64% | - |
| XYZ | 27.97 | 31.18 | 11.2 | - |
| YUV | 147.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 75 | 0 | 0.07 | 0.54 | 0.36 | 52.58 | 0.37 | 0.47 |
| Hex | A4 | 99 | 4B | 0 | 7 | 36 | 24 | 35 | 25 | 2F |
| Octal | 244 | 231 | 113 | 0 | 7 | 66 | 44 | 65 | 45 | 57 |
| Binary | 10100100 | 10011001 | 1001011 | 0 | 111 | 110110 | 100100 | 110101 | 100101 | 101111 |
Color Harmonies of #A4994B
Complementary color
Monochromatic Colors of #A4994B
Black with #A4994B
Text Example
Text Example
White with #A4994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4994B; }
p { color: rgb(164,153,75); }
H1.HeaderClassName
{
color: #A4994B;
}
.AnyTagClassName
{
color: #A4994B;
}
</style>
background-color css
<style>
a { background-color: #A4994B; }
a { background-color: rgb(164,153,75); }
div.DivClassName
{
background-color: #A4994B;
}
.BgClassName
{
background-color: #A4994B;
}
</style>
border-color css
<style>
span { border-color: #A4994B; }
span { border-color: rgb(164,153,75); }
td.TdClassName
{
border-color: #A4994B;
}
.TagClassName
{
border-color: #A4994B;
}
</style>