Shades of Golden Brown #A25F13
Tints of Golden Brown #A25F13
RGB
CMYK
RGB Variations
Color information
#A25F13 (or 0xA25F13) is known color: Golden Brown. HEX triplet: A2, 5F and 13. RGB value is (162,95,19). Sum of RGB (Red+Green+Blue) = 162+95+19=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F13 is #5DA0EC. Grayscale: #6A6A6A. Windows color (decimal): -6136045 or 1269666. OLE color: 1269666.
HSL color Cylindrical-coordinate representation of color #A25F13: hue angle of 31.89º 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 #A25F13 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 19 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.36 |
| HSL | 31.89º | 0.79% | 0.35% | - |
| HSV(B) | 31.89º | 0.88% | 0.64% | - |
| XYZ | 19.11 | 15.91 | 2.68 | - |
| YUV | 106.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 19 | 0 | 0.41 | 0.88 | 0.36 | 31.89 | 0.79 | 0.35 |
| Hex | A2 | 5F | 13 | 0 | 29 | 58 | 24 | 20 | 4F | 23 |
| Octal | 242 | 137 | 23 | 0 | 51 | 130 | 44 | 40 | 117 | 43 |
| Binary | 10100010 | 1011111 | 10011 | 0 | 101001 | 1011000 | 100100 | 100000 | 1001111 | 100011 |
Color Harmonies of #A25F13
Complementary color
Monochromatic Colors of #A25F13
Black with #A25F13
Text Example
Text Example
White with #A25F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F13; }
p { color: rgb(162,95,19); }
H1.HeaderClassName
{
color: #A25F13;
}
.AnyTagClassName
{
color: #A25F13;
}
</style>
background-color css
<style>
a { background-color: #A25F13; }
a { background-color: rgb(162,95,19); }
div.DivClassName
{
background-color: #A25F13;
}
.BgClassName
{
background-color: #A25F13;
}
</style>
border-color css
<style>
span { border-color: #A25F13; }
span { border-color: rgb(162,95,19); }
td.TdClassName
{
border-color: #A25F13;
}
.TagClassName
{
border-color: #A25F13;
}
</style>