Shades of Husk #A69748
Tints of Husk #A69748
RGB
CMYK
RGB Variations
Color information
#A69748 (or 0xA69748) is known color: Husk. HEX triplet: A6, 97 and 48. RGB value is (166,151,72). Sum of RGB (Red+Green+Blue) = 166+151+72=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A69748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69748 is #5968B7. Grayscale: #929292. Windows color (decimal): -5859512 or 4757414. OLE color: 4757414.
HSL color Cylindrical-coordinate representation of color #A69748: hue angle of 50.43º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A69748 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 72 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.35 |
| HSL | 50.43º | 0.39% | 0.47% | - |
| HSV(B) | 50.43º | 0.57% | 0.65% | - |
| XYZ | 27.96 | 30.71 | 10.58 | - |
| YUV | 146.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 72 | 0 | 0.09 | 0.57 | 0.35 | 50.43 | 0.39 | 0.47 |
| Hex | A6 | 97 | 48 | 0 | 9 | 39 | 23 | 32 | 27 | 2F |
| Octal | 246 | 227 | 110 | 0 | 11 | 71 | 43 | 62 | 47 | 57 |
| Binary | 10100110 | 10010111 | 1001000 | 0 | 1001 | 111001 | 100011 | 110010 | 100111 | 101111 |
Color Harmonies of #A69748
Complementary color
Monochromatic Colors of #A69748
Black with #A69748
Text Example
Text Example
White with #A69748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69748; }
p { color: rgb(166,151,72); }
H1.HeaderClassName
{
color: #A69748;
}
.AnyTagClassName
{
color: #A69748;
}
</style>
background-color css
<style>
a { background-color: #A69748; }
a { background-color: rgb(166,151,72); }
div.DivClassName
{
background-color: #A69748;
}
.BgClassName
{
background-color: #A69748;
}
</style>
border-color css
<style>
span { border-color: #A69748; }
span { border-color: rgb(166,151,72); }
td.TdClassName
{
border-color: #A69748;
}
.TagClassName
{
border-color: #A69748;
}
</style>