Shades of Indochine #A55D32
Tints of Indochine #A55D32
RGB
CMYK
RGB Variations
Color information
#A55D32 (or 0xA55D32) is known color: Indochine. HEX triplet: A5, 5D and 32. RGB value is (165,93,50). Sum of RGB (Red+Green+Blue) = 165+93+50=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D32 is #5AA2CD. Grayscale: #6D6D6D. Windows color (decimal): -5939918 or 3300773. OLE color: 3300773.
HSL color Cylindrical-coordinate representation of color #A55D32: hue angle of 22.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A55D32 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 50 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.35 |
| HSL | 22.43º | 0.53% | 0.42% | - |
| HSV(B) | 22.43º | 0.7% | 0.65% | - |
| XYZ | 20.01 | 16.06 | 5.06 | - |
| YUV | 109.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 50 | 0 | 0.44 | 0.70 | 0.35 | 22.43 | 0.53 | 0.42 |
| Hex | A5 | 5D | 32 | 0 | 2C | 46 | 23 | 16 | 35 | 2A |
| Octal | 245 | 135 | 62 | 0 | 54 | 106 | 43 | 26 | 65 | 52 |
| Binary | 10100101 | 1011101 | 110010 | 0 | 101100 | 1000110 | 100011 | 10110 | 110101 | 101010 |
Color Harmonies of #A55D32
Complementary color
Monochromatic Colors of #A55D32
Black with #A55D32
Text Example
Text Example
White with #A55D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D32; }
p { color: rgb(165,93,50); }
H1.HeaderClassName
{
color: #A55D32;
}
.AnyTagClassName
{
color: #A55D32;
}
</style>
background-color css
<style>
a { background-color: #A55D32; }
a { background-color: rgb(165,93,50); }
div.DivClassName
{
background-color: #A55D32;
}
.BgClassName
{
background-color: #A55D32;
}
</style>
border-color css
<style>
span { border-color: #A55D32; }
span { border-color: rgb(165,93,50); }
td.TdClassName
{
border-color: #A55D32;
}
.TagClassName
{
border-color: #A55D32;
}
</style>