Shades of Golden Brown #A15804
Tints of Golden Brown #A15804
RGB
CMYK
RGB Variations
Color information
#A15804 (or 0xA15804) is known color: Golden Brown. HEX triplet: A1, 58 and 04. RGB value is (161,88,4). Sum of RGB (Red+Green+Blue) = 161+88+4=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A15804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15804 is #5EA7FB. Grayscale: #646464. Windows color (decimal): -6203388 or 284833. OLE color: 284833.
HSL color Cylindrical-coordinate representation of color #A15804: hue angle of 32.1º degrees, saturation: 0.95, 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 #A15804 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.37 |
| HSL | 32.1º | 0.95% | 0.32% | - |
| HSV(B) | 32.1º | 0.98% | 0.63% | - |
| XYZ | 18.21 | 14.57 | 1.97 | - |
| YUV | 100.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 4 | 0 | 0.45 | 0.98 | 0.37 | 32.1 | 0.95 | 0.32 |
| Hex | A1 | 58 | 4 | 0 | 2D | 62 | 25 | 20 | 5F | 20 |
| Octal | 241 | 130 | 4 | 0 | 55 | 142 | 45 | 40 | 137 | 40 |
| Binary | 10100001 | 1011000 | 100 | 0 | 101101 | 1100010 | 100101 | 100000 | 1011111 | 100000 |
Color Harmonies of #A15804
Complementary color
Monochromatic Colors of #A15804
Black with #A15804
Text Example
Text Example
White with #A15804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15804; }
p { color: rgb(161,88,4); }
H1.HeaderClassName
{
color: #A15804;
}
.AnyTagClassName
{
color: #A15804;
}
</style>
background-color css
<style>
a { background-color: #A15804; }
a { background-color: rgb(161,88,4); }
div.DivClassName
{
background-color: #A15804;
}
.BgClassName
{
background-color: #A15804;
}
</style>
border-color css
<style>
span { border-color: #A15804; }
span { border-color: rgb(161,88,4); }
td.TdClassName
{
border-color: #A15804;
}
.TagClassName
{
border-color: #A15804;
}
</style>