Shades of Golden Brown #A25A04
Tints of Golden Brown #A25A04
RGB
CMYK
RGB Variations
Color information
#A25A04 (or 0xA25A04) is known color: Golden Brown. HEX triplet: A2, 5A and 04. RGB value is (162,90,4). Sum of RGB (Red+Green+Blue) = 162+90+4=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25A04 is #5DA5FB. Grayscale: #666666. Windows color (decimal): -6137340 or 285346. OLE color: 285346.
HSL color Cylindrical-coordinate representation of color #A25A04: hue angle of 32.66º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A25A04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.36 |
| HSL | 32.66º | 0.95% | 0.33% | - |
| HSV(B) | 32.66º | 0.98% | 0.64% | - |
| XYZ | 18.58 | 15 | 2.03 | - |
| YUV | 101.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 4 | 0 | 0.44 | 0.98 | 0.36 | 32.66 | 0.95 | 0.33 |
| Hex | A2 | 5A | 4 | 0 | 2C | 62 | 24 | 21 | 5F | 21 |
| Octal | 242 | 132 | 4 | 0 | 54 | 142 | 44 | 41 | 137 | 41 |
| Binary | 10100010 | 1011010 | 100 | 0 | 101100 | 1100010 | 100100 | 100001 | 1011111 | 100001 |
Color Harmonies of #A25A04
Complementary color
Monochromatic Colors of #A25A04
Black with #A25A04
Text Example
Text Example
White with #A25A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A04; }
p { color: rgb(162,90,4); }
H1.HeaderClassName
{
color: #A25A04;
}
.AnyTagClassName
{
color: #A25A04;
}
</style>
background-color css
<style>
a { background-color: #A25A04; }
a { background-color: rgb(162,90,4); }
div.DivClassName
{
background-color: #A25A04;
}
.BgClassName
{
background-color: #A25A04;
}
</style>
border-color css
<style>
span { border-color: #A25A04; }
span { border-color: rgb(162,90,4); }
td.TdClassName
{
border-color: #A25A04;
}
.TagClassName
{
border-color: #A25A04;
}
</style>