Shades of Golden Brown #A15308
Tints of Golden Brown #A15308
RGB
CMYK
RGB Variations
Color information
#A15308 (or 0xA15308) is known color: Golden Brown. HEX triplet: A1, 53 and 08. RGB value is (161,83,8). Sum of RGB (Red+Green+Blue) = 161+83+8=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A15308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15308 is #5EACF7. Grayscale: #626262. Windows color (decimal): -6204664 or 545697. OLE color: 545697.
HSL color Cylindrical-coordinate representation of color #A15308: hue angle of 29.41º 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 #A15308 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 8 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.37 |
| HSL | 29.41º | 0.91% | 0.33% | - |
| HSV(B) | 29.41º | 0.95% | 0.63% | - |
| XYZ | 17.84 | 13.78 | 1.95 | - |
| YUV | 97.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 8 | 0 | 0.48 | 0.95 | 0.37 | 29.41 | 0.91 | 0.33 |
| Hex | A1 | 53 | 8 | 0 | 30 | 5F | 25 | 1D | 5B | 21 |
| Octal | 241 | 123 | 10 | 0 | 60 | 137 | 45 | 35 | 133 | 41 |
| Binary | 10100001 | 1010011 | 1000 | 0 | 110000 | 1011111 | 100101 | 11101 | 1011011 | 100001 |
Color Harmonies of #A15308
Complementary color
Monochromatic Colors of #A15308
Black with #A15308
Text Example
Text Example
White with #A15308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15308; }
p { color: rgb(161,83,8); }
H1.HeaderClassName
{
color: #A15308;
}
.AnyTagClassName
{
color: #A15308;
}
</style>
background-color css
<style>
a { background-color: #A15308; }
a { background-color: rgb(161,83,8); }
div.DivClassName
{
background-color: #A15308;
}
.BgClassName
{
background-color: #A15308;
}
</style>
border-color css
<style>
span { border-color: #A15308; }
span { border-color: rgb(161,83,8); }
td.TdClassName
{
border-color: #A15308;
}
.TagClassName
{
border-color: #A15308;
}
</style>