Shades of Husk #A69752
Tints of Husk #A69752
RGB
CMYK
RGB Variations
Color information
#A69752 (or 0xA69752) is known color: Husk. HEX triplet: A6, 97 and 52. RGB value is (166,151,82). Sum of RGB (Red+Green+Blue) = 166+151+82=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69752 is #5968AD. Grayscale: #939393. Windows color (decimal): -5859502 or 5412774. OLE color: 5412774.
HSL color Cylindrical-coordinate representation of color #A69752: hue angle of 49.29º 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 #A69752 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 82 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.35 |
| HSL | 49.29º | 0.34% | 0.49% | - |
| HSV(B) | 49.29º | 0.51% | 0.65% | - |
| XYZ | 28.32 | 30.85 | 12.44 | - |
| YUV | 147.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 82 | 0 | 0.09 | 0.51 | 0.35 | 49.29 | 0.34 | 0.49 |
| Hex | A6 | 97 | 52 | 0 | 9 | 33 | 23 | 31 | 22 | 31 |
| Octal | 246 | 227 | 122 | 0 | 11 | 63 | 43 | 61 | 42 | 61 |
| Binary | 10100110 | 10010111 | 1010010 | 0 | 1001 | 110011 | 100011 | 110001 | 100010 | 110001 |
Color Harmonies of #A69752
Complementary color
Monochromatic Colors of #A69752
Black with #A69752
Text Example
Text Example
White with #A69752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69752; }
p { color: rgb(166,151,82); }
H1.HeaderClassName
{
color: #A69752;
}
.AnyTagClassName
{
color: #A69752;
}
</style>
background-color css
<style>
a { background-color: #A69752; }
a { background-color: rgb(166,151,82); }
div.DivClassName
{
background-color: #A69752;
}
.BgClassName
{
background-color: #A69752;
}
</style>
border-color css
<style>
span { border-color: #A69752; }
span { border-color: rgb(166,151,82); }
td.TdClassName
{
border-color: #A69752;
}
.TagClassName
{
border-color: #A69752;
}
</style>