Shades of Golden Brown #A15E0F
Tints of Golden Brown #A15E0F
RGB
CMYK
RGB Variations
Color information
#A15E0F (or 0xA15E0F) is known color: Golden Brown. HEX triplet: A1, 5E and 0F. RGB value is (161,94,15). Sum of RGB (Red+Green+Blue) = 161+94+15=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15E0F is #5EA1F0. Grayscale: #696969. Windows color (decimal): -6201841 or 1007265. OLE color: 1007265.
HSL color Cylindrical-coordinate representation of color #A15E0F: hue angle of 32.47º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A15E0F is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 94 | 15 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.37 |
| HSL | 32.47º | 0.83% | 0.35% | - |
| HSV(B) | 32.47º | 0.91% | 0.63% | - |
| XYZ | 18.79 | 15.62 | 2.48 | - |
| YUV | 105.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 15 | 0 | 0.42 | 0.91 | 0.37 | 32.47 | 0.83 | 0.35 |
| Hex | A1 | 5E | F | 0 | 2A | 5B | 25 | 20 | 53 | 23 |
| Octal | 241 | 136 | 17 | 0 | 52 | 133 | 45 | 40 | 123 | 43 |
| Binary | 10100001 | 1011110 | 1111 | 0 | 101010 | 1011011 | 100101 | 100000 | 1010011 | 100011 |
Color Harmonies of #A15E0F
Complementary color
Monochromatic Colors of #A15E0F
Black with #A15E0F
Text Example
Text Example
White with #A15E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15E0F; }
p { color: rgb(161,94,15); }
H1.HeaderClassName
{
color: #A15E0F;
}
.AnyTagClassName
{
color: #A15E0F;
}
</style>
background-color css
<style>
a { background-color: #A15E0F; }
a { background-color: rgb(161,94,15); }
div.DivClassName
{
background-color: #A15E0F;
}
.BgClassName
{
background-color: #A15E0F;
}
</style>
border-color css
<style>
span { border-color: #A15E0F; }
span { border-color: rgb(161,94,15); }
td.TdClassName
{
border-color: #A15E0F;
}
.TagClassName
{
border-color: #A15E0F;
}
</style>