Shades of Indochine #A15A31
Tints of Indochine #A15A31
RGB
CMYK
RGB Variations
Color information
#A15A31 (or 0xA15A31) is known color: Indochine. HEX triplet: A1, 5A and 31. RGB value is (161,90,49). Sum of RGB (Red+Green+Blue) = 161+90+49=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A31 is #5EA5CE. Grayscale: #6A6A6A. Windows color (decimal): -6202831 or 3234465. OLE color: 3234465.
HSL color Cylindrical-coordinate representation of color #A15A31: hue angle of 21.96º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A15A31 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 49 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.37 |
| HSL | 21.96º | 0.53% | 0.41% | - |
| HSV(B) | 21.96º | 0.7% | 0.63% | - |
| XYZ | 18.91 | 15.11 | 4.83 | - |
| YUV | 106.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 49 | 0 | 0.44 | 0.70 | 0.37 | 21.96 | 0.53 | 0.41 |
| Hex | A1 | 5A | 31 | 0 | 2C | 46 | 25 | 16 | 35 | 29 |
| Octal | 241 | 132 | 61 | 0 | 54 | 106 | 45 | 26 | 65 | 51 |
| Binary | 10100001 | 1011010 | 110001 | 0 | 101100 | 1000110 | 100101 | 10110 | 110101 | 101001 |
Color Harmonies of #A15A31
Complementary color
Monochromatic Colors of #A15A31
Black with #A15A31
Text Example
Text Example
White with #A15A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A31; }
p { color: rgb(161,90,49); }
H1.HeaderClassName
{
color: #A15A31;
}
.AnyTagClassName
{
color: #A15A31;
}
</style>
background-color css
<style>
a { background-color: #A15A31; }
a { background-color: rgb(161,90,49); }
div.DivClassName
{
background-color: #A15A31;
}
.BgClassName
{
background-color: #A15A31;
}
</style>
border-color css
<style>
span { border-color: #A15A31; }
span { border-color: rgb(161,90,49); }
td.TdClassName
{
border-color: #A15A31;
}
.TagClassName
{
border-color: #A15A31;
}
</style>