Shades of Golden Brown #A06315
Tints of Golden Brown #A06315
RGB
CMYK
RGB Variations
Color information
#A06315 (or 0xA06315) is known color: Golden Brown. HEX triplet: A0, 63 and 15. RGB value is (160,99,21). Sum of RGB (Red+Green+Blue) = 160+99+21=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A06315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06315 is #5F9CEA. Grayscale: #6C6C6C. Windows color (decimal): -6266091 or 1401760. OLE color: 1401760.
HSL color Cylindrical-coordinate representation of color #A06315: hue angle of 33.67º 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 #A06315 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 21 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.37 |
| HSL | 33.67º | 0.77% | 0.35% | - |
| HSV(B) | 33.67º | 0.87% | 0.63% | - |
| XYZ | 19.09 | 16.45 | 2.88 | - |
| YUV | 108.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 21 | 0 | 0.38 | 0.87 | 0.37 | 33.67 | 0.77 | 0.35 |
| Hex | A0 | 63 | 15 | 0 | 26 | 57 | 25 | 22 | 4D | 23 |
| Octal | 240 | 143 | 25 | 0 | 46 | 127 | 45 | 42 | 115 | 43 |
| Binary | 10100000 | 1100011 | 10101 | 0 | 100110 | 1010111 | 100101 | 100010 | 1001101 | 100011 |
Color Harmonies of #A06315
Complementary color
Monochromatic Colors of #A06315
Black with #A06315
Text Example
Text Example
White with #A06315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06315; }
p { color: rgb(160,99,21); }
H1.HeaderClassName
{
color: #A06315;
}
.AnyTagClassName
{
color: #A06315;
}
</style>
background-color css
<style>
a { background-color: #A06315; }
a { background-color: rgb(160,99,21); }
div.DivClassName
{
background-color: #A06315;
}
.BgClassName
{
background-color: #A06315;
}
</style>
border-color css
<style>
span { border-color: #A06315; }
span { border-color: rgb(160,99,21); }
td.TdClassName
{
border-color: #A06315;
}
.TagClassName
{
border-color: #A06315;
}
</style>