Shades of Indochine #A05F32
Tints of Indochine #A05F32
RGB
CMYK
RGB Variations
Color information
#A05F32 (or 0xA05F32) is known color: Indochine. HEX triplet: A0, 5F and 32. RGB value is (160,95,50). Sum of RGB (Red+Green+Blue) = 160+95+50=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05F32 is #5FA0CD. Grayscale: #6D6D6D. Windows color (decimal): -6267086 or 3301280. OLE color: 3301280.
HSL color Cylindrical-coordinate representation of color #A05F32: hue angle of 24.55º degrees, saturation: 0.52, 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 #A05F32 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 50 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.37 |
| HSL | 24.55º | 0.52% | 0.41% | - |
| HSV(B) | 24.55º | 0.69% | 0.63% | - |
| XYZ | 19.17 | 15.89 | 5.07 | - |
| YUV | 109.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 50 | 0 | 0.41 | 0.69 | 0.37 | 24.55 | 0.52 | 0.41 |
| Hex | A0 | 5F | 32 | 0 | 29 | 45 | 25 | 19 | 34 | 29 |
| Octal | 240 | 137 | 62 | 0 | 51 | 105 | 45 | 31 | 64 | 51 |
| Binary | 10100000 | 1011111 | 110010 | 0 | 101001 | 1000101 | 100101 | 11001 | 110100 | 101001 |
Color Harmonies of #A05F32
Complementary color
Monochromatic Colors of #A05F32
Black with #A05F32
Text Example
Text Example
White with #A05F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F32; }
p { color: rgb(160,95,50); }
H1.HeaderClassName
{
color: #A05F32;
}
.AnyTagClassName
{
color: #A05F32;
}
</style>
background-color css
<style>
a { background-color: #A05F32; }
a { background-color: rgb(160,95,50); }
div.DivClassName
{
background-color: #A05F32;
}
.BgClassName
{
background-color: #A05F32;
}
</style>
border-color css
<style>
span { border-color: #A05F32; }
span { border-color: rgb(160,95,50); }
td.TdClassName
{
border-color: #A05F32;
}
.TagClassName
{
border-color: #A05F32;
}
</style>