Shades of Indochine #A05933
Tints of Indochine #A05933
RGB
CMYK
RGB Variations
Color information
#A05933 (or 0xA05933) is known color: Indochine. HEX triplet: A0, 59 and 33. RGB value is (160,89,51). Sum of RGB (Red+Green+Blue) = 160+89+51=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A05933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05933 is #5FA6CC. Grayscale: #6A6A6A. Windows color (decimal): -6268621 or 3365280. OLE color: 3365280.
HSL color Cylindrical-coordinate representation of color #A05933: hue angle of 20.92º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A05933 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 51 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.37 |
| HSL | 20.92º | 0.52% | 0.41% | - |
| HSV(B) | 20.92º | 0.68% | 0.63% | - |
| XYZ | 18.67 | 14.86 | 5.02 | - |
| YUV | 105.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 51 | 0 | 0.44 | 0.68 | 0.37 | 20.92 | 0.52 | 0.41 |
| Hex | A0 | 59 | 33 | 0 | 2C | 44 | 25 | 15 | 34 | 29 |
| Octal | 240 | 131 | 63 | 0 | 54 | 104 | 45 | 25 | 64 | 51 |
| Binary | 10100000 | 1011001 | 110011 | 0 | 101100 | 1000100 | 100101 | 10101 | 110100 | 101001 |
Color Harmonies of #A05933
Complementary color
Monochromatic Colors of #A05933
Black with #A05933
Text Example
Text Example
White with #A05933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05933; }
p { color: rgb(160,89,51); }
H1.HeaderClassName
{
color: #A05933;
}
.AnyTagClassName
{
color: #A05933;
}
</style>
background-color css
<style>
a { background-color: #A05933; }
a { background-color: rgb(160,89,51); }
div.DivClassName
{
background-color: #A05933;
}
.BgClassName
{
background-color: #A05933;
}
</style>
border-color css
<style>
span { border-color: #A05933; }
span { border-color: rgb(160,89,51); }
td.TdClassName
{
border-color: #A05933;
}
.TagClassName
{
border-color: #A05933;
}
</style>