Shades of Golden Brown #A0600B
Tints of Golden Brown #A0600B
RGB
CMYK
RGB Variations
Color information
#A0600B (or 0xA0600B) is known color: Golden Brown. HEX triplet: A0, 60 and 0B. RGB value is (160,96,11). Sum of RGB (Red+Green+Blue) = 160+96+11=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A0600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0600B is #5F9FF4. Grayscale: #696969. Windows color (decimal): -6266869 or 745632. OLE color: 745632.
HSL color Cylindrical-coordinate representation of color #A0600B: hue angle of 34.23º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0600B is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 11 | - |
| CMYK | 0 | 0.4 | 0.93 | 0.37 |
| HSL | 34.23º | 0.87% | 0.34% | - |
| HSV(B) | 34.23º | 0.93% | 0.63% | - |
| XYZ | 18.74 | 15.86 | 2.39 | - |
| YUV | 105.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 11 | 0 | 0.4 | 0.93 | 0.37 | 34.23 | 0.87 | 0.34 |
| Hex | A0 | 60 | B | 0 | 28 | 5D | 25 | 22 | 57 | 22 |
| Octal | 240 | 140 | 13 | 0 | 50 | 135 | 45 | 42 | 127 | 42 |
| Binary | 10100000 | 1100000 | 1011 | 0 | 101000 | 1011101 | 100101 | 100010 | 1010111 | 100010 |
Color Harmonies of #A0600B
Complementary color
Monochromatic Colors of #A0600B
Black with #A0600B
Text Example
Text Example
White with #A0600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0600B; }
p { color: rgb(160,96,11); }
H1.HeaderClassName
{
color: #A0600B;
}
.AnyTagClassName
{
color: #A0600B;
}
</style>
background-color css
<style>
a { background-color: #A0600B; }
a { background-color: rgb(160,96,11); }
div.DivClassName
{
background-color: #A0600B;
}
.BgClassName
{
background-color: #A0600B;
}
</style>
border-color css
<style>
span { border-color: #A0600B; }
span { border-color: rgb(160,96,11); }
td.TdClassName
{
border-color: #A0600B;
}
.TagClassName
{
border-color: #A0600B;
}
</style>