Shades of Golden Brown #A15203
Tints of Golden Brown #A15203
RGB
CMYK
RGB Variations
Color information
#A15203 (or 0xA15203) is known color: Golden Brown. HEX triplet: A1, 52 and 03. RGB value is (161,82,3). Sum of RGB (Red+Green+Blue) = 161+82+3=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A15203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15203 is #5EADFC. Grayscale: #616161. Windows color (decimal): -6204925 or 217761. OLE color: 217761.
HSL color Cylindrical-coordinate representation of color #A15203: hue angle of 30º 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 #A15203 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 3 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.37 |
| HSL | 30º | 0.96% | 0.32% | - |
| HSV(B) | 30º | 0.98% | 0.63% | - |
| XYZ | 17.73 | 13.62 | 1.78 | - |
| YUV | 96.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 3 | 0 | 0.49 | 0.98 | 0.37 | 30 | 0.96 | 0.32 |
| Hex | A1 | 52 | 3 | 0 | 31 | 62 | 25 | 1E | 60 | 20 |
| Octal | 241 | 122 | 3 | 0 | 61 | 142 | 45 | 36 | 140 | 40 |
| Binary | 10100001 | 1010010 | 11 | 0 | 110001 | 1100010 | 100101 | 11110 | 1100000 | 100000 |
Color Harmonies of #A15203
Complementary color
Monochromatic Colors of #A15203
Black with #A15203
Text Example
Text Example
White with #A15203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15203; }
p { color: rgb(161,82,3); }
H1.HeaderClassName
{
color: #A15203;
}
.AnyTagClassName
{
color: #A15203;
}
</style>
background-color css
<style>
a { background-color: #A15203; }
a { background-color: rgb(161,82,3); }
div.DivClassName
{
background-color: #A15203;
}
.BgClassName
{
background-color: #A15203;
}
</style>
border-color css
<style>
span { border-color: #A15203; }
span { border-color: rgb(161,82,3); }
td.TdClassName
{
border-color: #A15203;
}
.TagClassName
{
border-color: #A15203;
}
</style>