Shades of Golden Brown #A25A05
Tints of Golden Brown #A25A05
RGB
CMYK
RGB Variations
Color information
#A25A05 (or 0xA25A05) is known color: Golden Brown. HEX triplet: A2, 5A and 05. RGB value is (162,90,5). Sum of RGB (Red+Green+Blue) = 162+90+5=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25A05 is #5DA5FA. Grayscale: #666666. Windows color (decimal): -6137339 or 350882. OLE color: 350882.
HSL color Cylindrical-coordinate representation of color #A25A05: hue angle of 32.48º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A25A05 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.36 |
| HSL | 32.48º | 0.94% | 0.33% | - |
| HSV(B) | 32.48º | 0.97% | 0.64% | - |
| XYZ | 18.58 | 15 | 2.06 | - |
| YUV | 101.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 5 | 0 | 0.44 | 0.97 | 0.36 | 32.48 | 0.94 | 0.33 |
| Hex | A2 | 5A | 5 | 0 | 2C | 61 | 24 | 20 | 5E | 21 |
| Octal | 242 | 132 | 5 | 0 | 54 | 141 | 44 | 40 | 136 | 41 |
| Binary | 10100010 | 1011010 | 101 | 0 | 101100 | 1100001 | 100100 | 100000 | 1011110 | 100001 |
Color Harmonies of #A25A05
Complementary color
Monochromatic Colors of #A25A05
Black with #A25A05
Text Example
Text Example
White with #A25A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A05; }
p { color: rgb(162,90,5); }
H1.HeaderClassName
{
color: #A25A05;
}
.AnyTagClassName
{
color: #A25A05;
}
</style>
background-color css
<style>
a { background-color: #A25A05; }
a { background-color: rgb(162,90,5); }
div.DivClassName
{
background-color: #A25A05;
}
.BgClassName
{
background-color: #A25A05;
}
</style>
border-color css
<style>
span { border-color: #A25A05; }
span { border-color: rgb(162,90,5); }
td.TdClassName
{
border-color: #A25A05;
}
.TagClassName
{
border-color: #A25A05;
}
</style>