Shades of Golden Brown #A15908
Tints of Golden Brown #A15908
RGB
CMYK
RGB Variations
Color information
#A15908 (or 0xA15908) is known color: Golden Brown. HEX triplet: A1, 59 and 08. RGB value is (161,89,8). Sum of RGB (Red+Green+Blue) = 161+89+8=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A15908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15908 is #5EA6F7. Grayscale: #656565. Windows color (decimal): -6203128 or 547233. OLE color: 547233.
HSL color Cylindrical-coordinate representation of color #A15908: hue angle of 31.76º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A15908 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 8 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.37 |
| HSL | 31.76º | 0.91% | 0.33% | - |
| HSV(B) | 31.76º | 0.95% | 0.63% | - |
| XYZ | 18.31 | 14.74 | 2.11 | - |
| YUV | 101.29 | 75.35 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 8 | 0 | 0.45 | 0.95 | 0.37 | 31.76 | 0.91 | 0.33 |
| Hex | A1 | 59 | 8 | 0 | 2D | 5F | 25 | 20 | 5B | 21 |
| Octal | 241 | 131 | 10 | 0 | 55 | 137 | 45 | 40 | 133 | 41 |
| Binary | 10100001 | 1011001 | 1000 | 0 | 101101 | 1011111 | 100101 | 100000 | 1011011 | 100001 |
Color Harmonies of #A15908
Complementary color
Monochromatic Colors of #A15908
Black with #A15908
Text Example
Text Example
White with #A15908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15908; }
p { color: rgb(161,89,8); }
H1.HeaderClassName
{
color: #A15908;
}
.AnyTagClassName
{
color: #A15908;
}
</style>
background-color css
<style>
a { background-color: #A15908; }
a { background-color: rgb(161,89,8); }
div.DivClassName
{
background-color: #A15908;
}
.BgClassName
{
background-color: #A15908;
}
</style>
border-color css
<style>
span { border-color: #A15908; }
span { border-color: rgb(161,89,8); }
td.TdClassName
{
border-color: #A15908;
}
.TagClassName
{
border-color: #A15908;
}
</style>