Shades of Golden Brown #A25E15
Tints of Golden Brown #A25E15
RGB
CMYK
RGB Variations
Color information
#A25E15 (or 0xA25E15) is known color: Golden Brown. HEX triplet: A2, 5E and 15. RGB value is (162,94,21). Sum of RGB (Red+Green+Blue) = 162+94+21=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25E15 is #5DA1EA. Grayscale: #6A6A6A. Windows color (decimal): -6136299 or 1400482. OLE color: 1400482.
HSL color Cylindrical-coordinate representation of color #A25E15: hue angle of 31.06º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A25E15 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 21 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.36 |
| HSL | 31.06º | 0.77% | 0.36% | - |
| HSV(B) | 31.06º | 0.87% | 0.64% | - |
| XYZ | 19.04 | 15.74 | 2.74 | - |
| YUV | 106.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 21 | 0 | 0.42 | 0.87 | 0.36 | 31.06 | 0.77 | 0.36 |
| Hex | A2 | 5E | 15 | 0 | 2A | 57 | 24 | 1F | 4D | 24 |
| Octal | 242 | 136 | 25 | 0 | 52 | 127 | 44 | 37 | 115 | 44 |
| Binary | 10100010 | 1011110 | 10101 | 0 | 101010 | 1010111 | 100100 | 11111 | 1001101 | 100100 |
Color Harmonies of #A25E15
Complementary color
Monochromatic Colors of #A25E15
Black with #A25E15
Text Example
Text Example
White with #A25E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E15; }
p { color: rgb(162,94,21); }
H1.HeaderClassName
{
color: #A25E15;
}
.AnyTagClassName
{
color: #A25E15;
}
</style>
background-color css
<style>
a { background-color: #A25E15; }
a { background-color: rgb(162,94,21); }
div.DivClassName
{
background-color: #A25E15;
}
.BgClassName
{
background-color: #A25E15;
}
</style>
border-color css
<style>
span { border-color: #A25E15; }
span { border-color: rgb(162,94,21); }
td.TdClassName
{
border-color: #A25E15;
}
.TagClassName
{
border-color: #A25E15;
}
</style>