Shades of Golden Brown #A06721
Tints of Golden Brown #A06721
RGB
CMYK
RGB Variations
Color information
#A06721 (or 0xA06721) is known color: Golden Brown. HEX triplet: A0, 67 and 21. RGB value is (160,103,33). Sum of RGB (Red+Green+Blue) = 160+103+33=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A06721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06721 is #5F98DE. Grayscale: #707070. Windows color (decimal): -6265055 or 2189216. OLE color: 2189216.
HSL color Cylindrical-coordinate representation of color #A06721: hue angle of 33.07º 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 #A06721 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 33 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.37 |
| HSL | 33.07º | 0.66% | 0.38% | - |
| HSV(B) | 33.07º | 0.79% | 0.63% | - |
| XYZ | 19.62 | 17.28 | 3.74 | - |
| YUV | 112.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 33 | 0 | 0.36 | 0.79 | 0.37 | 33.07 | 0.66 | 0.38 |
| Hex | A0 | 67 | 21 | 0 | 24 | 4F | 25 | 21 | 42 | 26 |
| Octal | 240 | 147 | 41 | 0 | 44 | 117 | 45 | 41 | 102 | 46 |
| Binary | 10100000 | 1100111 | 100001 | 0 | 100100 | 1001111 | 100101 | 100001 | 1000010 | 100110 |
Color Harmonies of #A06721
Complementary color
Monochromatic Colors of #A06721
Black with #A06721
Text Example
Text Example
White with #A06721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06721; }
p { color: rgb(160,103,33); }
H1.HeaderClassName
{
color: #A06721;
}
.AnyTagClassName
{
color: #A06721;
}
</style>
background-color css
<style>
a { background-color: #A06721; }
a { background-color: rgb(160,103,33); }
div.DivClassName
{
background-color: #A06721;
}
.BgClassName
{
background-color: #A06721;
}
</style>
border-color css
<style>
span { border-color: #A06721; }
span { border-color: rgb(160,103,33); }
td.TdClassName
{
border-color: #A06721;
}
.TagClassName
{
border-color: #A06721;
}
</style>