Shades of Indochine #A15A35
Tints of Indochine #A15A35
RGB
CMYK
RGB Variations
Color information
#A15A35 (or 0xA15A35) is known color: Indochine. HEX triplet: A1, 5A and 35. RGB value is (161,90,53). Sum of RGB (Red+Green+Blue) = 161+90+53=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A35 is #5EA5CA. Grayscale: #6B6B6B. Windows color (decimal): -6202827 or 3496609. OLE color: 3496609.
HSL color Cylindrical-coordinate representation of color #A15A35: hue angle of 20.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A15A35 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 53 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.37 |
| HSL | 20.56º | 0.5% | 0.42% | - |
| HSV(B) | 20.56º | 0.67% | 0.63% | - |
| XYZ | 19 | 15.15 | 5.29 | - |
| YUV | 107.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 53 | 0 | 0.44 | 0.67 | 0.37 | 20.56 | 0.5 | 0.42 |
| Hex | A1 | 5A | 35 | 0 | 2C | 43 | 25 | 15 | 32 | 2A |
| Octal | 241 | 132 | 65 | 0 | 54 | 103 | 45 | 25 | 62 | 52 |
| Binary | 10100001 | 1011010 | 110101 | 0 | 101100 | 1000011 | 100101 | 10101 | 110010 | 101010 |
Color Harmonies of #A15A35
Complementary color
Monochromatic Colors of #A15A35
Black with #A15A35
Text Example
Text Example
White with #A15A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A35; }
p { color: rgb(161,90,53); }
H1.HeaderClassName
{
color: #A15A35;
}
.AnyTagClassName
{
color: #A15A35;
}
</style>
background-color css
<style>
a { background-color: #A15A35; }
a { background-color: rgb(161,90,53); }
div.DivClassName
{
background-color: #A15A35;
}
.BgClassName
{
background-color: #A15A35;
}
</style>
border-color css
<style>
span { border-color: #A15A35; }
span { border-color: rgb(161,90,53); }
td.TdClassName
{
border-color: #A15A35;
}
.TagClassName
{
border-color: #A15A35;
}
</style>