Shades of Golden Brown #A25502
Tints of Golden Brown #A25502
RGB
CMYK
RGB Variations
Color information
#A25502 (or 0xA25502) is known color: Golden Brown. HEX triplet: A2, 55 and 02. RGB value is (162,85,2). Sum of RGB (Red+Green+Blue) = 162+85+2=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A25502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25502 is #5DAAFD. Grayscale: #626262. Windows color (decimal): -6138622 or 152994. OLE color: 152994.
HSL color Cylindrical-coordinate representation of color #A25502: hue angle of 31.12º 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 #A25502 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.36 |
| HSL | 31.13º | 0.98% | 0.32% | - |
| HSV(B) | 31.13º | 0.99% | 0.64% | - |
| XYZ | 18.16 | 14.18 | 1.84 | - |
| YUV | 98.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 2 | 0 | 0.48 | 0.99 | 0.36 | 31.13 | 0.98 | 0.32 |
| Hex | A2 | 55 | 2 | 0 | 30 | 63 | 24 | 1F | 62 | 20 |
| Octal | 242 | 125 | 2 | 0 | 60 | 143 | 44 | 37 | 142 | 40 |
| Binary | 10100010 | 1010101 | 10 | 0 | 110000 | 1100011 | 100100 | 11111 | 1100010 | 100000 |
Color Harmonies of #A25502
Complementary color
Monochromatic Colors of #A25502
Black with #A25502
Text Example
Text Example
White with #A25502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25502; }
p { color: rgb(162,85,2); }
H1.HeaderClassName
{
color: #A25502;
}
.AnyTagClassName
{
color: #A25502;
}
</style>
background-color css
<style>
a { background-color: #A25502; }
a { background-color: rgb(162,85,2); }
div.DivClassName
{
background-color: #A25502;
}
.BgClassName
{
background-color: #A25502;
}
</style>
border-color css
<style>
span { border-color: #A25502; }
span { border-color: rgb(162,85,2); }
td.TdClassName
{
border-color: #A25502;
}
.TagClassName
{
border-color: #A25502;
}
</style>