Shades of Golden Brown #A25201
Tints of Golden Brown #A25201
RGB
CMYK
RGB Variations
Color information
#A25201 (or 0xA25201) is known color: Golden Brown. HEX triplet: A2, 52 and 01. RGB value is (162,82,1). Sum of RGB (Red+Green+Blue) = 162+82+1=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A25201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25201 is #5DADFE. Grayscale: #616161. Windows color (decimal): -6139391 or 86690. OLE color: 86690.
HSL color Cylindrical-coordinate representation of color #A25201: hue angle of 30.19º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A25201 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.36 |
| HSL | 30.19º | 0.99% | 0.32% | - |
| HSV(B) | 30.19º | 0.99% | 0.64% | - |
| XYZ | 17.92 | 13.72 | 1.73 | - |
| YUV | 96.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 1 | 0 | 0.49 | 0.99 | 0.36 | 30.19 | 0.99 | 0.32 |
| Hex | A2 | 52 | 1 | 0 | 31 | 63 | 24 | 1E | 63 | 20 |
| Octal | 242 | 122 | 1 | 0 | 61 | 143 | 44 | 36 | 143 | 40 |
| Binary | 10100010 | 1010010 | 1 | 0 | 110001 | 1100011 | 100100 | 11110 | 1100011 | 100000 |
Color Harmonies of #A25201
Complementary color
Monochromatic Colors of #A25201
Black with #A25201
Text Example
Text Example
White with #A25201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25201; }
p { color: rgb(162,82,1); }
H1.HeaderClassName
{
color: #A25201;
}
.AnyTagClassName
{
color: #A25201;
}
</style>
background-color css
<style>
a { background-color: #A25201; }
a { background-color: rgb(162,82,1); }
div.DivClassName
{
background-color: #A25201;
}
.BgClassName
{
background-color: #A25201;
}
</style>
border-color css
<style>
span { border-color: #A25201; }
span { border-color: rgb(162,82,1); }
td.TdClassName
{
border-color: #A25201;
}
.TagClassName
{
border-color: #A25201;
}
</style>