Shades of Husk #A69652
Tints of Husk #A69652
RGB
CMYK
RGB Variations
Color information
#A69652 (or 0xA69652) is known color: Husk. HEX triplet: A6, 96 and 52. RGB value is (166,150,82). Sum of RGB (Red+Green+Blue) = 166+150+82=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A69652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69652 is #5969AD. Grayscale: #939393. Windows color (decimal): -5859758 or 5412518. OLE color: 5412518.
HSL color Cylindrical-coordinate representation of color #A69652: hue angle of 48.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A69652 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 82 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.35 |
| HSL | 48.57º | 0.34% | 0.49% | - |
| HSV(B) | 48.57º | 0.51% | 0.65% | - |
| XYZ | 28.16 | 30.53 | 12.39 | - |
| YUV | 147.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 82 | 0 | 0.10 | 0.51 | 0.35 | 48.57 | 0.34 | 0.49 |
| Hex | A6 | 96 | 52 | 0 | A | 33 | 23 | 31 | 22 | 31 |
| Octal | 246 | 226 | 122 | 0 | 12 | 63 | 43 | 61 | 42 | 61 |
| Binary | 10100110 | 10010110 | 1010010 | 0 | 1010 | 110011 | 100011 | 110001 | 100010 | 110001 |
Color Harmonies of #A69652
Complementary color
Monochromatic Colors of #A69652
Black with #A69652
Text Example
Text Example
White with #A69652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69652; }
p { color: rgb(166,150,82); }
H1.HeaderClassName
{
color: #A69652;
}
.AnyTagClassName
{
color: #A69652;
}
</style>
background-color css
<style>
a { background-color: #A69652; }
a { background-color: rgb(166,150,82); }
div.DivClassName
{
background-color: #A69652;
}
.BgClassName
{
background-color: #A69652;
}
</style>
border-color css
<style>
span { border-color: #A69652; }
span { border-color: rgb(166,150,82); }
td.TdClassName
{
border-color: #A69652;
}
.TagClassName
{
border-color: #A69652;
}
</style>