Shades of Indochine #A55B2E
Tints of Indochine #A55B2E
RGB
CMYK
RGB Variations
Color information
#A55B2E (or 0xA55B2E) is known color: Indochine. HEX triplet: A5, 5B and 2E. RGB value is (165,91,46). Sum of RGB (Red+Green+Blue) = 165+91+46=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B2E is #5AA4D1. Grayscale: #6C6C6C. Windows color (decimal): -5940434 or 3038117. OLE color: 3038117.
HSL color Cylindrical-coordinate representation of color #A55B2E: hue angle of 22.69º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A55B2E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 91 | 46 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.35 |
| HSL | 22.69º | 0.56% | 0.41% | - |
| HSV(B) | 22.69º | 0.72% | 0.65% | - |
| XYZ | 19.75 | 15.68 | 4.57 | - |
| YUV | 108 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 46 | 0 | 0.45 | 0.72 | 0.35 | 22.69 | 0.56 | 0.41 |
| Hex | A5 | 5B | 2E | 0 | 2D | 48 | 23 | 17 | 38 | 29 |
| Octal | 245 | 133 | 56 | 0 | 55 | 110 | 43 | 27 | 70 | 51 |
| Binary | 10100101 | 1011011 | 101110 | 0 | 101101 | 1001000 | 100011 | 10111 | 111000 | 101001 |
Color Harmonies of #A55B2E
Complementary color
Monochromatic Colors of #A55B2E
Black with #A55B2E
Text Example
Text Example
White with #A55B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55B2E; }
p { color: rgb(165,91,46); }
H1.HeaderClassName
{
color: #A55B2E;
}
.AnyTagClassName
{
color: #A55B2E;
}
</style>
background-color css
<style>
a { background-color: #A55B2E; }
a { background-color: rgb(165,91,46); }
div.DivClassName
{
background-color: #A55B2E;
}
.BgClassName
{
background-color: #A55B2E;
}
</style>
border-color css
<style>
span { border-color: #A55B2E; }
span { border-color: rgb(165,91,46); }
td.TdClassName
{
border-color: #A55B2E;
}
.TagClassName
{
border-color: #A55B2E;
}
</style>