Shades of Indochine #A15A32
Tints of Indochine #A15A32
RGB
CMYK
RGB Variations
Color information
#A15A32 (or 0xA15A32) is known color: Indochine. HEX triplet: A1, 5A and 32. RGB value is (161,90,50). Sum of RGB (Red+Green+Blue) = 161+90+50=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A32 is #5EA5CD. Grayscale: #6A6A6A. Windows color (decimal): -6202830 or 3300001. OLE color: 3300001.
HSL color Cylindrical-coordinate representation of color #A15A32: hue angle of 21.62º 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 #A15A32 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 50 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.37 |
| HSL | 21.62º | 0.53% | 0.41% | - |
| HSV(B) | 21.62º | 0.69% | 0.63% | - |
| XYZ | 18.93 | 15.12 | 4.94 | - |
| YUV | 106.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 50 | 0 | 0.44 | 0.69 | 0.37 | 21.62 | 0.53 | 0.41 |
| Hex | A1 | 5A | 32 | 0 | 2C | 45 | 25 | 16 | 35 | 29 |
| Octal | 241 | 132 | 62 | 0 | 54 | 105 | 45 | 26 | 65 | 51 |
| Binary | 10100001 | 1011010 | 110010 | 0 | 101100 | 1000101 | 100101 | 10110 | 110101 | 101001 |
Color Harmonies of #A15A32
Complementary color
Monochromatic Colors of #A15A32
Black with #A15A32
Text Example
Text Example
White with #A15A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A32; }
p { color: rgb(161,90,50); }
H1.HeaderClassName
{
color: #A15A32;
}
.AnyTagClassName
{
color: #A15A32;
}
</style>
background-color css
<style>
a { background-color: #A15A32; }
a { background-color: rgb(161,90,50); }
div.DivClassName
{
background-color: #A15A32;
}
.BgClassName
{
background-color: #A15A32;
}
</style>
border-color css
<style>
span { border-color: #A15A32; }
span { border-color: rgb(161,90,50); }
td.TdClassName
{
border-color: #A15A32;
}
.TagClassName
{
border-color: #A15A32;
}
</style>