Shades of Golden Brown #A25713
Tints of Golden Brown #A25713
RGB
CMYK
RGB Variations
Color information
#A25713 (or 0xA25713) is known color: Golden Brown. HEX triplet: A2, 57 and 13. RGB value is (162,87,19). Sum of RGB (Red+Green+Blue) = 162+87+19=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A25713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25713 is #5DA8EC. Grayscale: #666666. Windows color (decimal): -6138093 or 1267618. OLE color: 1267618.
HSL color Cylindrical-coordinate representation of color #A25713: hue angle of 28.53º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A25713 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 87 | 19 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.36 |
| HSL | 28.53º | 0.79% | 0.35% | - |
| HSV(B) | 28.53º | 0.88% | 0.64% | - |
| XYZ | 18.43 | 14.54 | 2.45 | - |
| YUV | 101.67 | 81.35 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 19 | 0 | 0.46 | 0.88 | 0.36 | 28.53 | 0.79 | 0.35 |
| Hex | A2 | 57 | 13 | 0 | 2E | 58 | 24 | 1D | 4F | 23 |
| Octal | 242 | 127 | 23 | 0 | 56 | 130 | 44 | 35 | 117 | 43 |
| Binary | 10100010 | 1010111 | 10011 | 0 | 101110 | 1011000 | 100100 | 11101 | 1001111 | 100011 |
Color Harmonies of #A25713
Complementary color
Monochromatic Colors of #A25713
Black with #A25713
Text Example
Text Example
White with #A25713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25713; }
p { color: rgb(162,87,19); }
H1.HeaderClassName
{
color: #A25713;
}
.AnyTagClassName
{
color: #A25713;
}
</style>
background-color css
<style>
a { background-color: #A25713; }
a { background-color: rgb(162,87,19); }
div.DivClassName
{
background-color: #A25713;
}
.BgClassName
{
background-color: #A25713;
}
</style>
border-color css
<style>
span { border-color: #A25713; }
span { border-color: rgb(162,87,19); }
td.TdClassName
{
border-color: #A25713;
}
.TagClassName
{
border-color: #A25713;
}
</style>