Shades of Golden Brown #A06621
Tints of Golden Brown #A06621
RGB
CMYK
RGB Variations
Color information
#A06621 (or 0xA06621) is known color: Golden Brown. HEX triplet: A0, 66 and 21. RGB value is (160,102,33). Sum of RGB (Red+Green+Blue) = 160+102+33=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A06621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06621 is #5F99DE. Grayscale: #6F6F6F. Windows color (decimal): -6265311 or 2188960. OLE color: 2188960.
HSL color Cylindrical-coordinate representation of color #A06621: hue angle of 32.6º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A06621 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 33 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.37 |
| HSL | 32.6º | 0.66% | 0.38% | - |
| HSV(B) | 32.6º | 0.79% | 0.63% | - |
| XYZ | 19.52 | 17.09 | 3.71 | - |
| YUV | 111.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 33 | 0 | 0.36 | 0.79 | 0.37 | 32.6 | 0.66 | 0.38 |
| Hex | A0 | 66 | 21 | 0 | 24 | 4F | 25 | 21 | 42 | 26 |
| Octal | 240 | 146 | 41 | 0 | 44 | 117 | 45 | 41 | 102 | 46 |
| Binary | 10100000 | 1100110 | 100001 | 0 | 100100 | 1001111 | 100101 | 100001 | 1000010 | 100110 |
Color Harmonies of #A06621
Complementary color
Monochromatic Colors of #A06621
Black with #A06621
Text Example
Text Example
White with #A06621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06621; }
p { color: rgb(160,102,33); }
H1.HeaderClassName
{
color: #A06621;
}
.AnyTagClassName
{
color: #A06621;
}
</style>
background-color css
<style>
a { background-color: #A06621; }
a { background-color: rgb(160,102,33); }
div.DivClassName
{
background-color: #A06621;
}
.BgClassName
{
background-color: #A06621;
}
</style>
border-color css
<style>
span { border-color: #A06621; }
span { border-color: rgb(160,102,33); }
td.TdClassName
{
border-color: #A06621;
}
.TagClassName
{
border-color: #A06621;
}
</style>