Shades of Husk #A29557
Tints of Husk #A29557
RGB
CMYK
RGB Variations
Color information
#A29557 (or 0xA29557) is known color: Husk. HEX triplet: A2, 95 and 57. RGB value is (162,149,87). Sum of RGB (Red+Green+Blue) = 162+149+87=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29557 is #5D6AA8. Grayscale: #929292. Windows color (decimal): -6122153 or 5739938. OLE color: 5739938.
HSL color Cylindrical-coordinate representation of color #A29557: hue angle of 49.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A29557 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 87 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.36 |
| HSL | 49.6º | 0.3% | 0.49% | - |
| HSV(B) | 49.6º | 0.46% | 0.64% | - |
| XYZ | 27.37 | 29.86 | 13.34 | - |
| YUV | 145.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 87 | 0 | 0.08 | 0.46 | 0.36 | 49.6 | 0.3 | 0.49 |
| Hex | A2 | 95 | 57 | 0 | 8 | 2E | 24 | 32 | 1E | 31 |
| Octal | 242 | 225 | 127 | 0 | 10 | 56 | 44 | 62 | 36 | 61 |
| Binary | 10100010 | 10010101 | 1010111 | 0 | 1000 | 101110 | 100100 | 110010 | 11110 | 110001 |
Color Harmonies of #A29557
Complementary color
Monochromatic Colors of #A29557
Black with #A29557
Text Example
Text Example
White with #A29557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29557; }
p { color: rgb(162,149,87); }
H1.HeaderClassName
{
color: #A29557;
}
.AnyTagClassName
{
color: #A29557;
}
</style>
background-color css
<style>
a { background-color: #A29557; }
a { background-color: rgb(162,149,87); }
div.DivClassName
{
background-color: #A29557;
}
.BgClassName
{
background-color: #A29557;
}
</style>
border-color css
<style>
span { border-color: #A29557; }
span { border-color: rgb(162,149,87); }
td.TdClassName
{
border-color: #A29557;
}
.TagClassName
{
border-color: #A29557;
}
</style>