Shades of Indochine #A05C30
Tints of Indochine #A05C30
RGB
CMYK
RGB Variations
Color information
#A05C30 (or 0xA05C30) is known color: Indochine. HEX triplet: A0, 5C and 30. RGB value is (160,92,48). Sum of RGB (Red+Green+Blue) = 160+92+48=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C30 is #5FA3CF. Grayscale: #6B6B6B. Windows color (decimal): -6267856 or 3169440. OLE color: 3169440.
HSL color Cylindrical-coordinate representation of color #A05C30: hue angle of 23.57º degrees, saturation: 0.54, 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 #A05C30 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 92 | 48 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.37 |
| HSL | 23.57º | 0.54% | 0.41% | - |
| HSV(B) | 23.57º | 0.7% | 0.63% | - |
| XYZ | 18.86 | 15.34 | 4.76 | - |
| YUV | 107.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 48 | 0 | 0.43 | 0.70 | 0.37 | 23.57 | 0.54 | 0.41 |
| Hex | A0 | 5C | 30 | 0 | 2B | 46 | 25 | 18 | 36 | 29 |
| Octal | 240 | 134 | 60 | 0 | 53 | 106 | 45 | 30 | 66 | 51 |
| Binary | 10100000 | 1011100 | 110000 | 0 | 101011 | 1000110 | 100101 | 11000 | 110110 | 101001 |
Color Harmonies of #A05C30
Complementary color
Monochromatic Colors of #A05C30
Black with #A05C30
Text Example
Text Example
White with #A05C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05C30; }
p { color: rgb(160,92,48); }
H1.HeaderClassName
{
color: #A05C30;
}
.AnyTagClassName
{
color: #A05C30;
}
</style>
background-color css
<style>
a { background-color: #A05C30; }
a { background-color: rgb(160,92,48); }
div.DivClassName
{
background-color: #A05C30;
}
.BgClassName
{
background-color: #A05C30;
}
</style>
border-color css
<style>
span { border-color: #A05C30; }
span { border-color: rgb(160,92,48); }
td.TdClassName
{
border-color: #A05C30;
}
.TagClassName
{
border-color: #A05C30;
}
</style>