Shades of Golden Brown #A0620B
Tints of Golden Brown #A0620B
RGB
CMYK
RGB Variations
Color information
#A0620B (or 0xA0620B) is known color: Golden Brown. HEX triplet: A0, 62 and 0B. RGB value is (160,98,11). Sum of RGB (Red+Green+Blue) = 160+98+11=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A0620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0620B is #5F9DF4. Grayscale: #6B6B6B. Windows color (decimal): -6266357 or 746144. OLE color: 746144.
HSL color Cylindrical-coordinate representation of color #A0620B: hue angle of 35.03º 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 #A0620B is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 11 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.37 |
| HSL | 35.03º | 0.87% | 0.34% | - |
| HSV(B) | 35.03º | 0.93% | 0.63% | - |
| XYZ | 18.93 | 16.23 | 2.45 | - |
| YUV | 106.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 11 | 0 | 0.39 | 0.93 | 0.37 | 35.03 | 0.87 | 0.34 |
| Hex | A0 | 62 | B | 0 | 27 | 5D | 25 | 23 | 57 | 22 |
| Octal | 240 | 142 | 13 | 0 | 47 | 135 | 45 | 43 | 127 | 42 |
| Binary | 10100000 | 1100010 | 1011 | 0 | 100111 | 1011101 | 100101 | 100011 | 1010111 | 100010 |
Color Harmonies of #A0620B
Complementary color
Monochromatic Colors of #A0620B
Black with #A0620B
Text Example
Text Example
White with #A0620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0620B; }
p { color: rgb(160,98,11); }
H1.HeaderClassName
{
color: #A0620B;
}
.AnyTagClassName
{
color: #A0620B;
}
</style>
background-color css
<style>
a { background-color: #A0620B; }
a { background-color: rgb(160,98,11); }
div.DivClassName
{
background-color: #A0620B;
}
.BgClassName
{
background-color: #A0620B;
}
</style>
border-color css
<style>
span { border-color: #A0620B; }
span { border-color: rgb(160,98,11); }
td.TdClassName
{
border-color: #A0620B;
}
.TagClassName
{
border-color: #A0620B;
}
</style>