Shades of Husk #A69353
Tints of Husk #A69353
RGB
CMYK
RGB Variations
Color information
#A69353 (or 0xA69353) is known color: Husk. HEX triplet: A6, 93 and 53. RGB value is (166,147,83). Sum of RGB (Red+Green+Blue) = 166+147+83=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A69353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69353 is #596CAC. Grayscale: #919191. Windows color (decimal): -5860525 or 5477286. OLE color: 5477286.
HSL color Cylindrical-coordinate representation of color #A69353: hue angle of 46.27º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A69353 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 83 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.35 |
| HSL | 46.27º | 0.33% | 0.49% | - |
| HSV(B) | 46.27º | 0.5% | 0.65% | - |
| XYZ | 27.72 | 29.6 | 12.44 | - |
| YUV | 145.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 83 | 0 | 0.11 | 0.50 | 0.35 | 46.27 | 0.33 | 0.49 |
| Hex | A6 | 93 | 53 | 0 | B | 32 | 23 | 2E | 21 | 31 |
| Octal | 246 | 223 | 123 | 0 | 13 | 62 | 43 | 56 | 41 | 61 |
| Binary | 10100110 | 10010011 | 1010011 | 0 | 1011 | 110010 | 100011 | 101110 | 100001 | 110001 |
Color Harmonies of #A69353
Complementary color
Monochromatic Colors of #A69353
Black with #A69353
Text Example
Text Example
White with #A69353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69353; }
p { color: rgb(166,147,83); }
H1.HeaderClassName
{
color: #A69353;
}
.AnyTagClassName
{
color: #A69353;
}
</style>
background-color css
<style>
a { background-color: #A69353; }
a { background-color: rgb(166,147,83); }
div.DivClassName
{
background-color: #A69353;
}
.BgClassName
{
background-color: #A69353;
}
</style>
border-color css
<style>
span { border-color: #A69353; }
span { border-color: rgb(166,147,83); }
td.TdClassName
{
border-color: #A69353;
}
.TagClassName
{
border-color: #A69353;
}
</style>