Shades of Indochine #A55C2F
Tints of Indochine #A55C2F
RGB
CMYK
RGB Variations
Color information
#A55C2F (or 0xA55C2F) is known color: Indochine. HEX triplet: A5, 5C and 2F. RGB value is (165,92,47). Sum of RGB (Red+Green+Blue) = 165+92+47=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C2F is #5AA3D0. Grayscale: #6C6C6C. Windows color (decimal): -5940177 or 3103909. OLE color: 3103909.
HSL color Cylindrical-coordinate representation of color #A55C2F: hue angle of 22.88º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A55C2F is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 92 | 47 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.35 |
| HSL | 22.88º | 0.56% | 0.42% | - |
| HSV(B) | 22.88º | 0.72% | 0.65% | - |
| XYZ | 19.86 | 15.86 | 4.7 | - |
| YUV | 108.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 47 | 0 | 0.44 | 0.72 | 0.35 | 22.88 | 0.56 | 0.42 |
| Hex | A5 | 5C | 2F | 0 | 2C | 48 | 23 | 17 | 38 | 2A |
| Octal | 245 | 134 | 57 | 0 | 54 | 110 | 43 | 27 | 70 | 52 |
| Binary | 10100101 | 1011100 | 101111 | 0 | 101100 | 1001000 | 100011 | 10111 | 111000 | 101010 |
Color Harmonies of #A55C2F
Complementary color
Monochromatic Colors of #A55C2F
Black with #A55C2F
Text Example
Text Example
White with #A55C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55C2F; }
p { color: rgb(165,92,47); }
H1.HeaderClassName
{
color: #A55C2F;
}
.AnyTagClassName
{
color: #A55C2F;
}
</style>
background-color css
<style>
a { background-color: #A55C2F; }
a { background-color: rgb(165,92,47); }
div.DivClassName
{
background-color: #A55C2F;
}
.BgClassName
{
background-color: #A55C2F;
}
</style>
border-color css
<style>
span { border-color: #A55C2F; }
span { border-color: rgb(165,92,47); }
td.TdClassName
{
border-color: #A55C2F;
}
.TagClassName
{
border-color: #A55C2F;
}
</style>