Shades of Husk #A3984B
Tints of Husk #A3984B
RGB
CMYK
RGB Variations
Color information
#A3984B (or 0xA3984B) is known color: Husk. HEX triplet: A3, 98 and 4B. RGB value is (163,152,75). Sum of RGB (Red+Green+Blue) = 163+152+75=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3984B is #5C67B4. Grayscale: #929292. Windows color (decimal): -6055861 or 4954275. OLE color: 4954275.
HSL color Cylindrical-coordinate representation of color #A3984B: hue angle of 52.5º 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 #A3984B is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 75 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.36 |
| HSL | 52.5º | 0.37% | 0.47% | - |
| HSV(B) | 52.5º | 0.54% | 0.64% | - |
| XYZ | 27.6 | 30.75 | 11.14 | - |
| YUV | 146.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 75 | 0 | 0.07 | 0.54 | 0.36 | 52.5 | 0.37 | 0.47 |
| Hex | A3 | 98 | 4B | 0 | 7 | 36 | 24 | 34 | 25 | 2F |
| Octal | 243 | 230 | 113 | 0 | 7 | 66 | 44 | 64 | 45 | 57 |
| Binary | 10100011 | 10011000 | 1001011 | 0 | 111 | 110110 | 100100 | 110100 | 100101 | 101111 |
Color Harmonies of #A3984B
Complementary color
Monochromatic Colors of #A3984B
Black with #A3984B
Text Example
Text Example
White with #A3984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3984B; }
p { color: rgb(163,152,75); }
H1.HeaderClassName
{
color: #A3984B;
}
.AnyTagClassName
{
color: #A3984B;
}
</style>
background-color css
<style>
a { background-color: #A3984B; }
a { background-color: rgb(163,152,75); }
div.DivClassName
{
background-color: #A3984B;
}
.BgClassName
{
background-color: #A3984B;
}
</style>
border-color css
<style>
span { border-color: #A3984B; }
span { border-color: rgb(163,152,75); }
td.TdClassName
{
border-color: #A3984B;
}
.TagClassName
{
border-color: #A3984B;
}
</style>