Shades of Golden Brown #A25512
Tints of Golden Brown #A25512
RGB
CMYK
RGB Variations
Color information
#A25512 (or 0xA25512) is known color: Golden Brown. HEX triplet: A2, 55 and 12. RGB value is (162,85,18). Sum of RGB (Red+Green+Blue) = 162+85+18=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A25512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25512 is #5DAAED. Grayscale: #646464. Windows color (decimal): -6138606 or 1201570. OLE color: 1201570.
HSL color Cylindrical-coordinate representation of color #A25512: hue angle of 27.92º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A25512 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 18 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.36 |
| HSL | 27.92º | 0.8% | 0.35% | - |
| HSV(B) | 27.92º | 0.89% | 0.64% | - |
| XYZ | 18.26 | 14.22 | 2.36 | - |
| YUV | 100.39 | 81.51 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 18 | 0 | 0.48 | 0.89 | 0.36 | 27.92 | 0.8 | 0.35 |
| Hex | A2 | 55 | 12 | 0 | 30 | 59 | 24 | 1C | 50 | 23 |
| Octal | 242 | 125 | 22 | 0 | 60 | 131 | 44 | 34 | 120 | 43 |
| Binary | 10100010 | 1010101 | 10010 | 0 | 110000 | 1011001 | 100100 | 11100 | 1010000 | 100011 |
Color Harmonies of #A25512
Complementary color
Monochromatic Colors of #A25512
Black with #A25512
Text Example
Text Example
White with #A25512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25512; }
p { color: rgb(162,85,18); }
H1.HeaderClassName
{
color: #A25512;
}
.AnyTagClassName
{
color: #A25512;
}
</style>
background-color css
<style>
a { background-color: #A25512; }
a { background-color: rgb(162,85,18); }
div.DivClassName
{
background-color: #A25512;
}
.BgClassName
{
background-color: #A25512;
}
</style>
border-color css
<style>
span { border-color: #A25512; }
span { border-color: rgb(162,85,18); }
td.TdClassName
{
border-color: #A25512;
}
.TagClassName
{
border-color: #A25512;
}
</style>