Shades of Golden Brown #A25000
Tints of Golden Brown #A25000
RGB
CMYK
RGB Variations
Color information
#A25000 (or 0xA25000) is known color: Golden Brown. HEX triplet: A2, 50 and 00. RGB value is (162,80,0). Sum of RGB (Red+Green+Blue) = 162+80+0=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A25000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25000 is #5DAFFF. Grayscale: #5F5F5F. Windows color (decimal): -6139904 or 20642. OLE color: 20642.
HSL color Cylindrical-coordinate representation of color #A25000: hue angle of 29.63º 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 #A25000 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.36 |
| HSL | 29.63º | 1% | 0.32% | - |
| HSV(B) | 29.63º | 1% | 0.64% | - |
| XYZ | 17.77 | 13.42 | 1.65 | - |
| YUV | 95.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 0 | 0 | 0.51 | 1 | 0.36 | 29.63 | 1 | 0.32 |
| Hex | A2 | 50 | 0 | 0 | 33 | 64 | 24 | 1E | 64 | 20 |
| Octal | 242 | 120 | 0 | 0 | 63 | 144 | 44 | 36 | 144 | 40 |
| Binary | 10100010 | 1010000 | 0 | 0 | 110011 | 1100100 | 100100 | 11110 | 1100100 | 100000 |
Color Harmonies of #A25000
Complementary color
Monochromatic Colors of #A25000
Black with #A25000
Text Example
Text Example
White with #A25000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25000; }
p { color: rgb(162,80,0); }
H1.HeaderClassName
{
color: #A25000;
}
.AnyTagClassName
{
color: #A25000;
}
</style>
background-color css
<style>
a { background-color: #A25000; }
a { background-color: rgb(162,80,0); }
div.DivClassName
{
background-color: #A25000;
}
.BgClassName
{
background-color: #A25000;
}
</style>
border-color css
<style>
span { border-color: #A25000; }
span { border-color: rgb(162,80,0); }
td.TdClassName
{
border-color: #A25000;
}
.TagClassName
{
border-color: #A25000;
}
</style>