Shades of Golden Brown #A2600F
Tints of Golden Brown #A2600F
RGB
CMYK
RGB Variations
Color information
#A2600F (or 0xA2600F) is known color: Golden Brown. HEX triplet: A2, 60 and 0F. RGB value is (162,96,15). Sum of RGB (Red+Green+Blue) = 162+96+15=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2600F is #5D9FF0. Grayscale: #6A6A6A. Windows color (decimal): -6135793 or 1007778. OLE color: 1007778.
HSL color Cylindrical-coordinate representation of color #A2600F: hue angle of 33.06º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2600F is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 15 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.36 |
| HSL | 33.06º | 0.83% | 0.35% | - |
| HSV(B) | 33.06º | 0.91% | 0.64% | - |
| XYZ | 19.17 | 16.08 | 2.55 | - |
| YUV | 106.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 15 | 0 | 0.41 | 0.91 | 0.36 | 33.06 | 0.83 | 0.35 |
| Hex | A2 | 60 | F | 0 | 29 | 5B | 24 | 21 | 53 | 23 |
| Octal | 242 | 140 | 17 | 0 | 51 | 133 | 44 | 41 | 123 | 43 |
| Binary | 10100010 | 1100000 | 1111 | 0 | 101001 | 1011011 | 100100 | 100001 | 1010011 | 100011 |
Color Harmonies of #A2600F
Complementary color
Monochromatic Colors of #A2600F
Black with #A2600F
Text Example
Text Example
White with #A2600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2600F; }
p { color: rgb(162,96,15); }
H1.HeaderClassName
{
color: #A2600F;
}
.AnyTagClassName
{
color: #A2600F;
}
</style>
background-color css
<style>
a { background-color: #A2600F; }
a { background-color: rgb(162,96,15); }
div.DivClassName
{
background-color: #A2600F;
}
.BgClassName
{
background-color: #A2600F;
}
</style>
border-color css
<style>
span { border-color: #A2600F; }
span { border-color: rgb(162,96,15); }
td.TdClassName
{
border-color: #A2600F;
}
.TagClassName
{
border-color: #A2600F;
}
</style>