Shades of Golden Brown #A15D1C
Tints of Golden Brown #A15D1C
RGB
CMYK
RGB Variations
Color information
#A15D1C (or 0xA15D1C) is known color: Golden Brown. HEX triplet: A1, 5D and 1C. RGB value is (161,93,28). Sum of RGB (Red+Green+Blue) = 161+93+28=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D1C is #5EA2E3. Grayscale: #6A6A6A. Windows color (decimal): -6202084 or 1858977. OLE color: 1858977.
HSL color Cylindrical-coordinate representation of color #A15D1C: hue angle of 29.32º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A15D1C is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 93 | 28 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.37 |
| HSL | 29.32º | 0.7% | 0.37% | - |
| HSV(B) | 29.32º | 0.83% | 0.63% | - |
| XYZ | 18.82 | 15.49 | 3.1 | - |
| YUV | 105.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 28 | 0 | 0.42 | 0.83 | 0.37 | 29.32 | 0.7 | 0.37 |
| Hex | A1 | 5D | 1C | 0 | 2A | 53 | 25 | 1D | 46 | 25 |
| Octal | 241 | 135 | 34 | 0 | 52 | 123 | 45 | 35 | 106 | 45 |
| Binary | 10100001 | 1011101 | 11100 | 0 | 101010 | 1010011 | 100101 | 11101 | 1000110 | 100101 |
Color Harmonies of #A15D1C
Complementary color
Monochromatic Colors of #A15D1C
Black with #A15D1C
Text Example
Text Example
White with #A15D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15D1C; }
p { color: rgb(161,93,28); }
H1.HeaderClassName
{
color: #A15D1C;
}
.AnyTagClassName
{
color: #A15D1C;
}
</style>
background-color css
<style>
a { background-color: #A15D1C; }
a { background-color: rgb(161,93,28); }
div.DivClassName
{
background-color: #A15D1C;
}
.BgClassName
{
background-color: #A15D1C;
}
</style>
border-color css
<style>
span { border-color: #A15D1C; }
span { border-color: rgb(161,93,28); }
td.TdClassName
{
border-color: #A15D1C;
}
.TagClassName
{
border-color: #A15D1C;
}
</style>