Shades of Golden Brown #A25902
Tints of Golden Brown #A25902
RGB
CMYK
RGB Variations
Color information
#A25902 (or 0xA25902) is known color: Golden Brown. HEX triplet: A2, 59 and 02. RGB value is (162,89,2). Sum of RGB (Red+Green+Blue) = 162+89+2=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A25902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25902 is #5DA6FD. Grayscale: #656565. Windows color (decimal): -6137598 or 154018. OLE color: 154018.
HSL color Cylindrical-coordinate representation of color #A25902: hue angle of 32.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A25902 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.36 |
| HSL | 32.63º | 0.98% | 0.32% | - |
| HSV(B) | 32.63º | 0.99% | 0.64% | - |
| XYZ | 18.48 | 14.83 | 1.95 | - |
| YUV | 100.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 2 | 0 | 0.45 | 0.99 | 0.36 | 32.63 | 0.98 | 0.32 |
| Hex | A2 | 59 | 2 | 0 | 2D | 63 | 24 | 21 | 62 | 20 |
| Octal | 242 | 131 | 2 | 0 | 55 | 143 | 44 | 41 | 142 | 40 |
| Binary | 10100010 | 1011001 | 10 | 0 | 101101 | 1100011 | 100100 | 100001 | 1100010 | 100000 |
Color Harmonies of #A25902
Complementary color
Monochromatic Colors of #A25902
Black with #A25902
Text Example
Text Example
White with #A25902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25902; }
p { color: rgb(162,89,2); }
H1.HeaderClassName
{
color: #A25902;
}
.AnyTagClassName
{
color: #A25902;
}
</style>
background-color css
<style>
a { background-color: #A25902; }
a { background-color: rgb(162,89,2); }
div.DivClassName
{
background-color: #A25902;
}
.BgClassName
{
background-color: #A25902;
}
</style>
border-color css
<style>
span { border-color: #A25902; }
span { border-color: rgb(162,89,2); }
td.TdClassName
{
border-color: #A25902;
}
.TagClassName
{
border-color: #A25902;
}
</style>