Shades of Golden Brown #A15400
Tints of Golden Brown #A15400
RGB
CMYK
RGB Variations
Color information
#A15400 (or 0xA15400) is known color: Golden Brown. HEX triplet: A1, 54 and 00. RGB value is (161,84,0). Sum of RGB (Red+Green+Blue) = 161+84+0=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A15400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15400 is #5EABFF. Grayscale: #616161. Windows color (decimal): -6204416 or 21665. OLE color: 21665.
HSL color Cylindrical-coordinate representation of color #A15400: hue angle of 31.3º 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 #A15400 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 84 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.37 |
| HSL | 31.3º | 1% | 0.32% | - |
| HSV(B) | 31.3º | 1% | 0.63% | - |
| XYZ | 17.87 | 13.92 | 1.74 | - |
| YUV | 97.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 0 | 0 | 0.48 | 1 | 0.37 | 31.3 | 1 | 0.32 |
| Hex | A1 | 54 | 0 | 0 | 30 | 64 | 25 | 1F | 64 | 20 |
| Octal | 241 | 124 | 0 | 0 | 60 | 144 | 45 | 37 | 144 | 40 |
| Binary | 10100001 | 1010100 | 0 | 0 | 110000 | 1100100 | 100101 | 11111 | 1100100 | 100000 |
Color Harmonies of #A15400
Complementary color
Monochromatic Colors of #A15400
Black with #A15400
Text Example
Text Example
White with #A15400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15400; }
p { color: rgb(161,84,0); }
H1.HeaderClassName
{
color: #A15400;
}
.AnyTagClassName
{
color: #A15400;
}
</style>
background-color css
<style>
a { background-color: #A15400; }
a { background-color: rgb(161,84,0); }
div.DivClassName
{
background-color: #A15400;
}
.BgClassName
{
background-color: #A15400;
}
</style>
border-color css
<style>
span { border-color: #A15400; }
span { border-color: rgb(161,84,0); }
td.TdClassName
{
border-color: #A15400;
}
.TagClassName
{
border-color: #A15400;
}
</style>