Shades of Golden Brown #A15E00
Tints of Golden Brown #A15E00
RGB
CMYK
RGB Variations
Color information
#A15E00 (or 0xA15E00) is known color: Golden Brown. HEX triplet: A1, 5E and 00. RGB value is (161,94,0). Sum of RGB (Red+Green+Blue) = 161+94+0=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15E00 is #5EA1FF. Grayscale: #676767. Windows color (decimal): -6201856 or 24225. OLE color: 24225.
HSL color Cylindrical-coordinate representation of color #A15E00: hue angle of 35.03º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A15E00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 94 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.37 |
| HSL | 35.03º | 1% | 0.32% | - |
| HSV(B) | 35.03º | 1% | 0.63% | - |
| XYZ | 18.7 | 15.58 | 2.02 | - |
| YUV | 103.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 0 | 0 | 0.42 | 1 | 0.37 | 35.03 | 1 | 0.32 |
| Hex | A1 | 5E | 0 | 0 | 2A | 64 | 25 | 23 | 64 | 20 |
| Octal | 241 | 136 | 0 | 0 | 52 | 144 | 45 | 43 | 144 | 40 |
| Binary | 10100001 | 1011110 | 0 | 0 | 101010 | 1100100 | 100101 | 100011 | 1100100 | 100000 |
Color Harmonies of #A15E00
Complementary color
Monochromatic Colors of #A15E00
Black with #A15E00
Text Example
Text Example
White with #A15E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15E00; }
p { color: rgb(161,94,0); }
H1.HeaderClassName
{
color: #A15E00;
}
.AnyTagClassName
{
color: #A15E00;
}
</style>
background-color css
<style>
a { background-color: #A15E00; }
a { background-color: rgb(161,94,0); }
div.DivClassName
{
background-color: #A15E00;
}
.BgClassName
{
background-color: #A15E00;
}
</style>
border-color css
<style>
span { border-color: #A15E00; }
span { border-color: rgb(161,94,0); }
td.TdClassName
{
border-color: #A15E00;
}
.TagClassName
{
border-color: #A15E00;
}
</style>