Shades of Golden Brown #A25500
Tints of Golden Brown #A25500
RGB
CMYK
RGB Variations
Color information
#A25500 (or 0xA25500) is known color: Golden Brown. HEX triplet: A2, 55 and 00. RGB value is (162,85,0). Sum of RGB (Red+Green+Blue) = 162+85+0=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A25500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25500 is #5DAAFF. Grayscale: #626262. Windows color (decimal): -6138624 or 21922. OLE color: 21922.
HSL color Cylindrical-coordinate representation of color #A25500: hue angle of 31.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A25500 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.36 |
| HSL | 31.48º | 1% | 0.32% | - |
| HSV(B) | 31.48º | 1% | 0.64% | - |
| XYZ | 18.15 | 14.18 | 1.78 | - |
| YUV | 98.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 0 | 0 | 0.48 | 1 | 0.36 | 31.48 | 1 | 0.32 |
| Hex | A2 | 55 | 0 | 0 | 30 | 64 | 24 | 1F | 64 | 20 |
| Octal | 242 | 125 | 0 | 0 | 60 | 144 | 44 | 37 | 144 | 40 |
| Binary | 10100010 | 1010101 | 0 | 0 | 110000 | 1100100 | 100100 | 11111 | 1100100 | 100000 |
Color Harmonies of #A25500
Complementary color
Monochromatic Colors of #A25500
Black with #A25500
Text Example
Text Example
White with #A25500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25500; }
p { color: rgb(162,85,0); }
H1.HeaderClassName
{
color: #A25500;
}
.AnyTagClassName
{
color: #A25500;
}
</style>
background-color css
<style>
a { background-color: #A25500; }
a { background-color: rgb(162,85,0); }
div.DivClassName
{
background-color: #A25500;
}
.BgClassName
{
background-color: #A25500;
}
</style>
border-color css
<style>
span { border-color: #A25500; }
span { border-color: rgb(162,85,0); }
td.TdClassName
{
border-color: #A25500;
}
.TagClassName
{
border-color: #A25500;
}
</style>