Shades of Golden Brown #A2600D
Tints of Golden Brown #A2600D
RGB
CMYK
RGB Variations
Color information
#A2600D (or 0xA2600D) is known color: Golden Brown. HEX triplet: A2, 60 and 0D. RGB value is (162,96,13). Sum of RGB (Red+Green+Blue) = 162+96+13=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A2600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2600D is #5D9FF2. Grayscale: #6A6A6A. Windows color (decimal): -6135795 or 876706. OLE color: 876706.
HSL color Cylindrical-coordinate representation of color #A2600D: hue angle of 33.42º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2600D is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 13 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.36 |
| HSL | 33.42º | 0.85% | 0.34% | - |
| HSV(B) | 33.42º | 0.92% | 0.64% | - |
| XYZ | 19.16 | 16.08 | 2.47 | - |
| YUV | 106.27 | 75.37 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 13 | 0 | 0.41 | 0.92 | 0.36 | 33.42 | 0.85 | 0.34 |
| Hex | A2 | 60 | D | 0 | 29 | 5C | 24 | 21 | 55 | 22 |
| Octal | 242 | 140 | 15 | 0 | 51 | 134 | 44 | 41 | 125 | 42 |
| Binary | 10100010 | 1100000 | 1101 | 0 | 101001 | 1011100 | 100100 | 100001 | 1010101 | 100010 |
Color Harmonies of #A2600D
Complementary color
Monochromatic Colors of #A2600D
Black with #A2600D
Text Example
Text Example
White with #A2600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2600D; }
p { color: rgb(162,96,13); }
H1.HeaderClassName
{
color: #A2600D;
}
.AnyTagClassName
{
color: #A2600D;
}
</style>
background-color css
<style>
a { background-color: #A2600D; }
a { background-color: rgb(162,96,13); }
div.DivClassName
{
background-color: #A2600D;
}
.BgClassName
{
background-color: #A2600D;
}
</style>
border-color css
<style>
span { border-color: #A2600D; }
span { border-color: rgb(162,96,13); }
td.TdClassName
{
border-color: #A2600D;
}
.TagClassName
{
border-color: #A2600D;
}
</style>