Shades of Indochine #A05E36
Tints of Indochine #A05E36
RGB
CMYK
RGB Variations
Color information
#A05E36 (or 0xA05E36) is known color: Indochine. HEX triplet: A0, 5E and 36. RGB value is (160,94,54). Sum of RGB (Red+Green+Blue) = 160+94+54=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E36 is #5FA1C9. Grayscale: #6D6D6D. Windows color (decimal): -6267338 or 3563168. OLE color: 3563168.
HSL color Cylindrical-coordinate representation of color #A05E36: hue angle of 22.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A05E36 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 94 | 54 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.37 |
| HSL | 22.64º | 0.5% | 0.42% | - |
| HSV(B) | 22.64º | 0.66% | 0.63% | - |
| XYZ | 19.17 | 15.75 | 5.52 | - |
| YUV | 109.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 54 | 0 | 0.41 | 0.66 | 0.37 | 22.64 | 0.5 | 0.42 |
| Hex | A0 | 5E | 36 | 0 | 29 | 42 | 25 | 17 | 32 | 2A |
| Octal | 240 | 136 | 66 | 0 | 51 | 102 | 45 | 27 | 62 | 52 |
| Binary | 10100000 | 1011110 | 110110 | 0 | 101001 | 1000010 | 100101 | 10111 | 110010 | 101010 |
Color Harmonies of #A05E36
Complementary color
Monochromatic Colors of #A05E36
Black with #A05E36
Text Example
Text Example
White with #A05E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05E36; }
p { color: rgb(160,94,54); }
H1.HeaderClassName
{
color: #A05E36;
}
.AnyTagClassName
{
color: #A05E36;
}
</style>
background-color css
<style>
a { background-color: #A05E36; }
a { background-color: rgb(160,94,54); }
div.DivClassName
{
background-color: #A05E36;
}
.BgClassName
{
background-color: #A05E36;
}
</style>
border-color css
<style>
span { border-color: #A05E36; }
span { border-color: rgb(160,94,54); }
td.TdClassName
{
border-color: #A05E36;
}
.TagClassName
{
border-color: #A05E36;
}
</style>