Shades of Golden Brown #A25401
Tints of Golden Brown #A25401
RGB
CMYK
RGB Variations
Color information
#A25401 (or 0xA25401) is known color: Golden Brown. HEX triplet: A2, 54 and 01. RGB value is (162,84,1). Sum of RGB (Red+Green+Blue) = 162+84+1=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A25401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25401 is #5DABFE. Grayscale: #626262. Windows color (decimal): -6138879 or 87202. OLE color: 87202.
HSL color Cylindrical-coordinate representation of color #A25401: hue angle of 30.93º 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 #A25401 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.36 |
| HSL | 30.93º | 0.99% | 0.32% | - |
| HSV(B) | 30.93º | 0.99% | 0.64% | - |
| XYZ | 18.08 | 14.02 | 1.78 | - |
| YUV | 97.86 | 73.34 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 1 | 0 | 0.48 | 0.99 | 0.36 | 30.93 | 0.99 | 0.32 |
| Hex | A2 | 54 | 1 | 0 | 30 | 63 | 24 | 1F | 63 | 20 |
| Octal | 242 | 124 | 1 | 0 | 60 | 143 | 44 | 37 | 143 | 40 |
| Binary | 10100010 | 1010100 | 1 | 0 | 110000 | 1100011 | 100100 | 11111 | 1100011 | 100000 |
Color Harmonies of #A25401
Complementary color
Monochromatic Colors of #A25401
Black with #A25401
Text Example
Text Example
White with #A25401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25401; }
p { color: rgb(162,84,1); }
H1.HeaderClassName
{
color: #A25401;
}
.AnyTagClassName
{
color: #A25401;
}
</style>
background-color css
<style>
a { background-color: #A25401; }
a { background-color: rgb(162,84,1); }
div.DivClassName
{
background-color: #A25401;
}
.BgClassName
{
background-color: #A25401;
}
</style>
border-color css
<style>
span { border-color: #A25401; }
span { border-color: rgb(162,84,1); }
td.TdClassName
{
border-color: #A25401;
}
.TagClassName
{
border-color: #A25401;
}
</style>