Shades of Golden Brown #A15508
Tints of Golden Brown #A15508
RGB
CMYK
RGB Variations
Color information
#A15508 (or 0xA15508) is known color: Golden Brown. HEX triplet: A1, 55 and 08. RGB value is (161,85,8). Sum of RGB (Red+Green+Blue) = 161+85+8=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A15508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15508 is #5EAAF7. Grayscale: #636363. Windows color (decimal): -6204152 or 546209. OLE color: 546209.
HSL color Cylindrical-coordinate representation of color #A15508: hue angle of 30.2º 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 #A15508 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 8 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.37 |
| HSL | 30.2º | 0.91% | 0.33% | - |
| HSV(B) | 30.2º | 0.95% | 0.63% | - |
| XYZ | 17.99 | 14.09 | 2 | - |
| YUV | 98.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 8 | 0 | 0.47 | 0.95 | 0.37 | 30.2 | 0.91 | 0.33 |
| Hex | A1 | 55 | 8 | 0 | 2F | 5F | 25 | 1E | 5B | 21 |
| Octal | 241 | 125 | 10 | 0 | 57 | 137 | 45 | 36 | 133 | 41 |
| Binary | 10100001 | 1010101 | 1000 | 0 | 101111 | 1011111 | 100101 | 11110 | 1011011 | 100001 |
Color Harmonies of #A15508
Complementary color
Monochromatic Colors of #A15508
Black with #A15508
Text Example
Text Example
White with #A15508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15508; }
p { color: rgb(161,85,8); }
H1.HeaderClassName
{
color: #A15508;
}
.AnyTagClassName
{
color: #A15508;
}
</style>
background-color css
<style>
a { background-color: #A15508; }
a { background-color: rgb(161,85,8); }
div.DivClassName
{
background-color: #A15508;
}
.BgClassName
{
background-color: #A15508;
}
</style>
border-color css
<style>
span { border-color: #A15508; }
span { border-color: rgb(161,85,8); }
td.TdClassName
{
border-color: #A15508;
}
.TagClassName
{
border-color: #A15508;
}
</style>