Shades of Indochine #A15C32
Tints of Indochine #A15C32
RGB
CMYK
RGB Variations
Color information
#A15C32 (or 0xA15C32) is known color: Indochine. HEX triplet: A1, 5C and 32. RGB value is (161,92,50). Sum of RGB (Red+Green+Blue) = 161+92+50=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C32 is #5EA3CD. Grayscale: #6C6C6C. Windows color (decimal): -6202318 or 3300513. OLE color: 3300513.
HSL color Cylindrical-coordinate representation of color #A15C32: hue angle of 22.7º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A15C32 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 50 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.37 |
| HSL | 22.7º | 0.53% | 0.41% | - |
| HSV(B) | 22.7º | 0.69% | 0.63% | - |
| XYZ | 19.1 | 15.46 | 5 | - |
| YUV | 107.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 50 | 0 | 0.43 | 0.69 | 0.37 | 22.7 | 0.53 | 0.41 |
| Hex | A1 | 5C | 32 | 0 | 2B | 45 | 25 | 17 | 35 | 29 |
| Octal | 241 | 134 | 62 | 0 | 53 | 105 | 45 | 27 | 65 | 51 |
| Binary | 10100001 | 1011100 | 110010 | 0 | 101011 | 1000101 | 100101 | 10111 | 110101 | 101001 |
Color Harmonies of #A15C32
Complementary color
Monochromatic Colors of #A15C32
Black with #A15C32
Text Example
Text Example
White with #A15C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C32; }
p { color: rgb(161,92,50); }
H1.HeaderClassName
{
color: #A15C32;
}
.AnyTagClassName
{
color: #A15C32;
}
</style>
background-color css
<style>
a { background-color: #A15C32; }
a { background-color: rgb(161,92,50); }
div.DivClassName
{
background-color: #A15C32;
}
.BgClassName
{
background-color: #A15C32;
}
</style>
border-color css
<style>
span { border-color: #A15C32; }
span { border-color: rgb(161,92,50); }
td.TdClassName
{
border-color: #A15C32;
}
.TagClassName
{
border-color: #A15C32;
}
</style>