Shades of Golden Brown #A06521
Tints of Golden Brown #A06521
RGB
CMYK
RGB Variations
Color information
#A06521 (or 0xA06521) is known color: Golden Brown. HEX triplet: A0, 65 and 21. RGB value is (160,101,33). Sum of RGB (Red+Green+Blue) = 160+101+33=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A06521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06521 is #5F9ADE. Grayscale: #6F6F6F. Windows color (decimal): -6265567 or 2188704. OLE color: 2188704.
HSL color Cylindrical-coordinate representation of color #A06521: hue angle of 32.13º 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 #A06521 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 33 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.37 |
| HSL | 32.13º | 0.66% | 0.38% | - |
| HSV(B) | 32.13º | 0.79% | 0.63% | - |
| XYZ | 19.43 | 16.89 | 3.68 | - |
| YUV | 110.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 33 | 0 | 0.37 | 0.79 | 0.37 | 32.13 | 0.66 | 0.38 |
| Hex | A0 | 65 | 21 | 0 | 25 | 4F | 25 | 20 | 42 | 26 |
| Octal | 240 | 145 | 41 | 0 | 45 | 117 | 45 | 40 | 102 | 46 |
| Binary | 10100000 | 1100101 | 100001 | 0 | 100101 | 1001111 | 100101 | 100000 | 1000010 | 100110 |
Color Harmonies of #A06521
Complementary color
Monochromatic Colors of #A06521
Black with #A06521
Text Example
Text Example
White with #A06521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06521; }
p { color: rgb(160,101,33); }
H1.HeaderClassName
{
color: #A06521;
}
.AnyTagClassName
{
color: #A06521;
}
</style>
background-color css
<style>
a { background-color: #A06521; }
a { background-color: rgb(160,101,33); }
div.DivClassName
{
background-color: #A06521;
}
.BgClassName
{
background-color: #A06521;
}
</style>
border-color css
<style>
span { border-color: #A06521; }
span { border-color: rgb(160,101,33); }
td.TdClassName
{
border-color: #A06521;
}
.TagClassName
{
border-color: #A06521;
}
</style>