Shades of Golden Brown #A06615
Tints of Golden Brown #A06615
RGB
CMYK
RGB Variations
Color information
#A06615 (or 0xA06615) is known color: Golden Brown. HEX triplet: A0, 66 and 15. RGB value is (160,102,21). Sum of RGB (Red+Green+Blue) = 160+102+21=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A06615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06615 is #5F99EA. Grayscale: #6E6E6E. Windows color (decimal): -6265323 or 1402528. OLE color: 1402528.
HSL color Cylindrical-coordinate representation of color #A06615: hue angle of 34.96º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A06615 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 21 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.37 |
| HSL | 34.96º | 0.77% | 0.35% | - |
| HSV(B) | 34.96º | 0.87% | 0.63% | - |
| XYZ | 19.38 | 17.03 | 2.98 | - |
| YUV | 110.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 21 | 0 | 0.36 | 0.87 | 0.37 | 34.96 | 0.77 | 0.35 |
| Hex | A0 | 66 | 15 | 0 | 24 | 57 | 25 | 23 | 4D | 23 |
| Octal | 240 | 146 | 25 | 0 | 44 | 127 | 45 | 43 | 115 | 43 |
| Binary | 10100000 | 1100110 | 10101 | 0 | 100100 | 1010111 | 100101 | 100011 | 1001101 | 100011 |
Color Harmonies of #A06615
Complementary color
Monochromatic Colors of #A06615
Black with #A06615
Text Example
Text Example
White with #A06615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06615; }
p { color: rgb(160,102,21); }
H1.HeaderClassName
{
color: #A06615;
}
.AnyTagClassName
{
color: #A06615;
}
</style>
background-color css
<style>
a { background-color: #A06615; }
a { background-color: rgb(160,102,21); }
div.DivClassName
{
background-color: #A06615;
}
.BgClassName
{
background-color: #A06615;
}
</style>
border-color css
<style>
span { border-color: #A06615; }
span { border-color: rgb(160,102,21); }
td.TdClassName
{
border-color: #A06615;
}
.TagClassName
{
border-color: #A06615;
}
</style>