Shades of Husk #A3994B
Tints of Husk #A3994B
RGB
CMYK
RGB Variations
Color information
#A3994B (or 0xA3994B) is known color: Husk. HEX triplet: A3, 99 and 4B. RGB value is (163,153,75). Sum of RGB (Red+Green+Blue) = 163+153+75=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3994B is #5C66B4. Grayscale: #939393. Windows color (decimal): -6055605 or 4954531. OLE color: 4954531.
HSL color Cylindrical-coordinate representation of color #A3994B: hue angle of 53.18º 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 #A3994B is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 75 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.36 |
| HSL | 53.18º | 0.37% | 0.47% | - |
| HSV(B) | 53.18º | 0.54% | 0.64% | - |
| XYZ | 27.77 | 31.08 | 11.19 | - |
| YUV | 147.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 75 | 0 | 0.06 | 0.54 | 0.36 | 53.18 | 0.37 | 0.47 |
| Hex | A3 | 99 | 4B | 0 | 6 | 36 | 24 | 35 | 25 | 2F |
| Octal | 243 | 231 | 113 | 0 | 6 | 66 | 44 | 65 | 45 | 57 |
| Binary | 10100011 | 10011001 | 1001011 | 0 | 110 | 110110 | 100100 | 110101 | 100101 | 101111 |
Color Harmonies of #A3994B
Complementary color
Monochromatic Colors of #A3994B
Black with #A3994B
Text Example
Text Example
White with #A3994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3994B; }
p { color: rgb(163,153,75); }
H1.HeaderClassName
{
color: #A3994B;
}
.AnyTagClassName
{
color: #A3994B;
}
</style>
background-color css
<style>
a { background-color: #A3994B; }
a { background-color: rgb(163,153,75); }
div.DivClassName
{
background-color: #A3994B;
}
.BgClassName
{
background-color: #A3994B;
}
</style>
border-color css
<style>
span { border-color: #A3994B; }
span { border-color: rgb(163,153,75); }
td.TdClassName
{
border-color: #A3994B;
}
.TagClassName
{
border-color: #A3994B;
}
</style>