Shades of Golden Brown #A2540F
Tints of Golden Brown #A2540F
RGB
CMYK
RGB Variations
Color information
#A2540F (or 0xA2540F) is known color: Golden Brown. HEX triplet: A2, 54 and 0F. RGB value is (162,84,15). Sum of RGB (Red+Green+Blue) = 162+84+15=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2540F is #5DABF0. Grayscale: #636363. Windows color (decimal): -6138865 or 1004706. OLE color: 1004706.
HSL color Cylindrical-coordinate representation of color #A2540F: hue angle of 28.16º 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 #A2540F is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 15 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.36 |
| HSL | 28.16º | 0.83% | 0.35% | - |
| HSV(B) | 28.16º | 0.91% | 0.64% | - |
| XYZ | 18.16 | 14.06 | 2.21 | - |
| YUV | 99.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 15 | 0 | 0.48 | 0.91 | 0.36 | 28.16 | 0.83 | 0.35 |
| Hex | A2 | 54 | F | 0 | 30 | 5B | 24 | 1C | 53 | 23 |
| Octal | 242 | 124 | 17 | 0 | 60 | 133 | 44 | 34 | 123 | 43 |
| Binary | 10100010 | 1010100 | 1111 | 0 | 110000 | 1011011 | 100100 | 11100 | 1010011 | 100011 |
Color Harmonies of #A2540F
Complementary color
Monochromatic Colors of #A2540F
Black with #A2540F
Text Example
Text Example
White with #A2540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2540F; }
p { color: rgb(162,84,15); }
H1.HeaderClassName
{
color: #A2540F;
}
.AnyTagClassName
{
color: #A2540F;
}
</style>
background-color css
<style>
a { background-color: #A2540F; }
a { background-color: rgb(162,84,15); }
div.DivClassName
{
background-color: #A2540F;
}
.BgClassName
{
background-color: #A2540F;
}
</style>
border-color css
<style>
span { border-color: #A2540F; }
span { border-color: rgb(162,84,15); }
td.TdClassName
{
border-color: #A2540F;
}
.TagClassName
{
border-color: #A2540F;
}
</style>