Shades of Golden Brown #A25701
Tints of Golden Brown #A25701
RGB
CMYK
RGB Variations
Color information
#A25701 (or 0xA25701) is known color: Golden Brown. HEX triplet: A2, 57 and 01. RGB value is (162,87,1). Sum of RGB (Red+Green+Blue) = 162+87+1=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A25701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25701 is #5DA8FE. Grayscale: #646464. Windows color (decimal): -6138111 or 87970. OLE color: 87970.
HSL color Cylindrical-coordinate representation of color #A25701: hue angle of 32.05º 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 #A25701 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.36 |
| HSL | 32.05º | 0.99% | 0.32% | - |
| HSV(B) | 32.05º | 0.99% | 0.64% | - |
| XYZ | 18.31 | 14.5 | 1.86 | - |
| YUV | 99.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 1 | 0 | 0.46 | 0.99 | 0.36 | 32.05 | 0.99 | 0.32 |
| Hex | A2 | 57 | 1 | 0 | 2E | 63 | 24 | 20 | 63 | 20 |
| Octal | 242 | 127 | 1 | 0 | 56 | 143 | 44 | 40 | 143 | 40 |
| Binary | 10100010 | 1010111 | 1 | 0 | 101110 | 1100011 | 100100 | 100000 | 1100011 | 100000 |
Color Harmonies of #A25701
Complementary color
Monochromatic Colors of #A25701
Black with #A25701
Text Example
Text Example
White with #A25701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25701; }
p { color: rgb(162,87,1); }
H1.HeaderClassName
{
color: #A25701;
}
.AnyTagClassName
{
color: #A25701;
}
</style>
background-color css
<style>
a { background-color: #A25701; }
a { background-color: rgb(162,87,1); }
div.DivClassName
{
background-color: #A25701;
}
.BgClassName
{
background-color: #A25701;
}
</style>
border-color css
<style>
span { border-color: #A25701; }
span { border-color: rgb(162,87,1); }
td.TdClassName
{
border-color: #A25701;
}
.TagClassName
{
border-color: #A25701;
}
</style>