Shades of Husk #A29B45
Tints of Husk #A29B45
RGB
CMYK
RGB Variations
Color information
#A29B45 (or 0xA29B45) is known color: Husk. HEX triplet: A2, 9B and 45. RGB value is (162,155,69). Sum of RGB (Red+Green+Blue) = 162+155+69=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B45 is #5D64BA. Grayscale: #939393. Windows color (decimal): -6120635 or 4561826. OLE color: 4561826.
HSL color Cylindrical-coordinate representation of color #A29B45: hue angle of 55.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A29B45 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 69 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.36 |
| HSL | 55.48º | 0.4% | 0.45% | - |
| HSV(B) | 55.48º | 0.57% | 0.64% | - |
| XYZ | 27.7 | 31.55 | 10.26 | - |
| YUV | 147.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 69 | 0 | 0.04 | 0.57 | 0.36 | 55.48 | 0.4 | 0.45 |
| Hex | A2 | 9B | 45 | 0 | 4 | 39 | 24 | 37 | 28 | 2D |
| Octal | 242 | 233 | 105 | 0 | 4 | 71 | 44 | 67 | 50 | 55 |
| Binary | 10100010 | 10011011 | 1000101 | 0 | 100 | 111001 | 100100 | 110111 | 101000 | 101101 |
Color Harmonies of #A29B45
Complementary color
Monochromatic Colors of #A29B45
Black with #A29B45
Text Example
Text Example
White with #A29B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B45; }
p { color: rgb(162,155,69); }
H1.HeaderClassName
{
color: #A29B45;
}
.AnyTagClassName
{
color: #A29B45;
}
</style>
background-color css
<style>
a { background-color: #A29B45; }
a { background-color: rgb(162,155,69); }
div.DivClassName
{
background-color: #A29B45;
}
.BgClassName
{
background-color: #A29B45;
}
</style>
border-color css
<style>
span { border-color: #A29B45; }
span { border-color: rgb(162,155,69); }
td.TdClassName
{
border-color: #A29B45;
}
.TagClassName
{
border-color: #A29B45;
}
</style>