Shades of Golden Brown #A15D00
Tints of Golden Brown #A15D00
RGB
CMYK
RGB Variations
Color information
#A15D00 (or 0xA15D00) is known color: Golden Brown. HEX triplet: A1, 5D and 00. RGB value is (161,93,0). Sum of RGB (Red+Green+Blue) = 161+93+0=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15D00 is #5EA2FF. Grayscale: #676767. Windows color (decimal): -6202112 or 23969. OLE color: 23969.
HSL color Cylindrical-coordinate representation of color #A15D00: hue angle of 34.66º 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 #A15D00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 93 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.37 |
| HSL | 34.66º | 1% | 0.32% | - |
| HSV(B) | 34.66º | 1% | 0.63% | - |
| XYZ | 18.61 | 15.41 | 1.99 | - |
| YUV | 102.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 0 | 0 | 0.42 | 1 | 0.37 | 34.66 | 1 | 0.32 |
| Hex | A1 | 5D | 0 | 0 | 2A | 64 | 25 | 23 | 64 | 20 |
| Octal | 241 | 135 | 0 | 0 | 52 | 144 | 45 | 43 | 144 | 40 |
| Binary | 10100001 | 1011101 | 0 | 0 | 101010 | 1100100 | 100101 | 100011 | 1100100 | 100000 |
Color Harmonies of #A15D00
Complementary color
Monochromatic Colors of #A15D00
Black with #A15D00
Text Example
Text Example
White with #A15D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15D00; }
p { color: rgb(161,93,0); }
H1.HeaderClassName
{
color: #A15D00;
}
.AnyTagClassName
{
color: #A15D00;
}
</style>
background-color css
<style>
a { background-color: #A15D00; }
a { background-color: rgb(161,93,0); }
div.DivClassName
{
background-color: #A15D00;
}
.BgClassName
{
background-color: #A15D00;
}
</style>
border-color css
<style>
span { border-color: #A15D00; }
span { border-color: rgb(161,93,0); }
td.TdClassName
{
border-color: #A15D00;
}
.TagClassName
{
border-color: #A15D00;
}
</style>