Shades of Husk #A69C4A
Tints of Husk #A69C4A
RGB
CMYK
RGB Variations
Color information
#A69C4A (or 0xA69C4A) is known color: Husk. HEX triplet: A6, 9C and 4A. RGB value is (166,156,74). Sum of RGB (Red+Green+Blue) = 166+156+74=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C4A is #5963B5. Grayscale: #959595. Windows color (decimal): -5858230 or 4889766. OLE color: 4889766.
HSL color Cylindrical-coordinate representation of color #A69C4A: hue angle of 53.48º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A69C4A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 74 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.35 |
| HSL | 53.48º | 0.38% | 0.47% | - |
| HSV(B) | 53.48º | 0.55% | 0.65% | - |
| XYZ | 28.85 | 32.38 | 11.21 | - |
| YUV | 149.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 74 | 0 | 0.06 | 0.55 | 0.35 | 53.48 | 0.38 | 0.47 |
| Hex | A6 | 9C | 4A | 0 | 6 | 37 | 23 | 35 | 26 | 2F |
| Octal | 246 | 234 | 112 | 0 | 6 | 67 | 43 | 65 | 46 | 57 |
| Binary | 10100110 | 10011100 | 1001010 | 0 | 110 | 110111 | 100011 | 110101 | 100110 | 101111 |
Color Harmonies of #A69C4A
Complementary color
Monochromatic Colors of #A69C4A
Black with #A69C4A
Text Example
Text Example
White with #A69C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C4A; }
p { color: rgb(166,156,74); }
H1.HeaderClassName
{
color: #A69C4A;
}
.AnyTagClassName
{
color: #A69C4A;
}
</style>
background-color css
<style>
a { background-color: #A69C4A; }
a { background-color: rgb(166,156,74); }
div.DivClassName
{
background-color: #A69C4A;
}
.BgClassName
{
background-color: #A69C4A;
}
</style>
border-color css
<style>
span { border-color: #A69C4A; }
span { border-color: rgb(166,156,74); }
td.TdClassName
{
border-color: #A69C4A;
}
.TagClassName
{
border-color: #A69C4A;
}
</style>