Shades of Golden Brown #A15503
Tints of Golden Brown #A15503
RGB
CMYK
RGB Variations
Color information
#A15503 (or 0xA15503) is known color: Golden Brown. HEX triplet: A1, 55 and 03. RGB value is (161,85,3). Sum of RGB (Red+Green+Blue) = 161+85+3=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A15503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15503 is #5EAAFC. Grayscale: #626262. Windows color (decimal): -6204157 or 218529. OLE color: 218529.
HSL color Cylindrical-coordinate representation of color #A15503: hue angle of 31.14º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A15503 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 3 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.37 |
| HSL | 31.14º | 0.96% | 0.32% | - |
| HSV(B) | 31.14º | 0.98% | 0.63% | - |
| XYZ | 17.96 | 14.08 | 1.86 | - |
| YUV | 98.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 3 | 0 | 0.47 | 0.98 | 0.37 | 31.14 | 0.96 | 0.32 |
| Hex | A1 | 55 | 3 | 0 | 2F | 62 | 25 | 1F | 60 | 20 |
| Octal | 241 | 125 | 3 | 0 | 57 | 142 | 45 | 37 | 140 | 40 |
| Binary | 10100001 | 1010101 | 11 | 0 | 101111 | 1100010 | 100101 | 11111 | 1100000 | 100000 |
Color Harmonies of #A15503
Complementary color
Monochromatic Colors of #A15503
Black with #A15503
Text Example
Text Example
White with #A15503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15503; }
p { color: rgb(161,85,3); }
H1.HeaderClassName
{
color: #A15503;
}
.AnyTagClassName
{
color: #A15503;
}
</style>
background-color css
<style>
a { background-color: #A15503; }
a { background-color: rgb(161,85,3); }
div.DivClassName
{
background-color: #A15503;
}
.BgClassName
{
background-color: #A15503;
}
</style>
border-color css
<style>
span { border-color: #A15503; }
span { border-color: rgb(161,85,3); }
td.TdClassName
{
border-color: #A15503;
}
.TagClassName
{
border-color: #A15503;
}
</style>