Shades of Golden Brown #A25304
Tints of Golden Brown #A25304
RGB
CMYK
RGB Variations
Color information
#A25304 (or 0xA25304) is known color: Golden Brown. HEX triplet: A2, 53 and 04. RGB value is (162,83,4). Sum of RGB (Red+Green+Blue) = 162+83+4=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A25304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25304 is #5DACFB. Grayscale: #626262. Windows color (decimal): -6139132 or 283554. OLE color: 283554.
HSL color Cylindrical-coordinate representation of color #A25304: hue angle of 30º 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 #A25304 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.36 |
| HSL | 30º | 0.95% | 0.33% | - |
| HSV(B) | 30º | 0.98% | 0.64% | - |
| XYZ | 18.02 | 13.88 | 1.84 | - |
| YUV | 97.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 4 | 0 | 0.49 | 0.98 | 0.36 | 30 | 0.95 | 0.33 |
| Hex | A2 | 53 | 4 | 0 | 31 | 62 | 24 | 1E | 5F | 21 |
| Octal | 242 | 123 | 4 | 0 | 61 | 142 | 44 | 36 | 137 | 41 |
| Binary | 10100010 | 1010011 | 100 | 0 | 110001 | 1100010 | 100100 | 11110 | 1011111 | 100001 |
Color Harmonies of #A25304
Complementary color
Monochromatic Colors of #A25304
Black with #A25304
Text Example
Text Example
White with #A25304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25304; }
p { color: rgb(162,83,4); }
H1.HeaderClassName
{
color: #A25304;
}
.AnyTagClassName
{
color: #A25304;
}
</style>
background-color css
<style>
a { background-color: #A25304; }
a { background-color: rgb(162,83,4); }
div.DivClassName
{
background-color: #A25304;
}
.BgClassName
{
background-color: #A25304;
}
</style>
border-color css
<style>
span { border-color: #A25304; }
span { border-color: rgb(162,83,4); }
td.TdClassName
{
border-color: #A25304;
}
.TagClassName
{
border-color: #A25304;
}
</style>