Shades of Golden Brown #A25D01
Tints of Golden Brown #A25D01
RGB
CMYK
RGB Variations
Color information
#A25D01 (or 0xA25D01) is known color: Golden Brown. HEX triplet: A2, 5D and 01. RGB value is (162,93,1). Sum of RGB (Red+Green+Blue) = 162+93+1=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25D01 is #5DA2FE. Grayscale: #676767. Windows color (decimal): -6136575 or 89506. OLE color: 89506.
HSL color Cylindrical-coordinate representation of color #A25D01: hue angle of 34.29º 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 #A25D01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.36 |
| HSL | 34.29º | 0.99% | 0.32% | - |
| HSV(B) | 34.29º | 0.99% | 0.64% | - |
| XYZ | 18.82 | 15.51 | 2.03 | - |
| YUV | 103.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 1 | 0 | 0.43 | 0.99 | 0.36 | 34.29 | 0.99 | 0.32 |
| Hex | A2 | 5D | 1 | 0 | 2B | 63 | 24 | 22 | 63 | 20 |
| Octal | 242 | 135 | 1 | 0 | 53 | 143 | 44 | 42 | 143 | 40 |
| Binary | 10100010 | 1011101 | 1 | 0 | 101011 | 1100011 | 100100 | 100010 | 1100011 | 100000 |
Color Harmonies of #A25D01
Complementary color
Monochromatic Colors of #A25D01
Black with #A25D01
Text Example
Text Example
White with #A25D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D01; }
p { color: rgb(162,93,1); }
H1.HeaderClassName
{
color: #A25D01;
}
.AnyTagClassName
{
color: #A25D01;
}
</style>
background-color css
<style>
a { background-color: #A25D01; }
a { background-color: rgb(162,93,1); }
div.DivClassName
{
background-color: #A25D01;
}
.BgClassName
{
background-color: #A25D01;
}
</style>
border-color css
<style>
span { border-color: #A25D01; }
span { border-color: rgb(162,93,1); }
td.TdClassName
{
border-color: #A25D01;
}
.TagClassName
{
border-color: #A25D01;
}
</style>