Shades of Indochine #A25932
Tints of Indochine #A25932
RGB
CMYK
RGB Variations
Color information
#A25932 (or 0xA25932) is known color: Indochine. HEX triplet: A2, 59 and 32. RGB value is (162,89,50). Sum of RGB (Red+Green+Blue) = 162+89+50=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25932 is #5DA6CD. Grayscale: #6A6A6A. Windows color (decimal): -6137550 or 3299746. OLE color: 3299746.
HSL color Cylindrical-coordinate representation of color #A25932: hue angle of 20.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A25932 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 50 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.36 |
| HSL | 20.89º | 0.53% | 0.42% | - |
| HSV(B) | 20.89º | 0.69% | 0.64% | - |
| XYZ | 19.05 | 15.06 | 4.92 | - |
| YUV | 106.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 50 | 0 | 0.45 | 0.69 | 0.36 | 20.89 | 0.53 | 0.42 |
| Hex | A2 | 59 | 32 | 0 | 2D | 45 | 24 | 15 | 35 | 2A |
| Octal | 242 | 131 | 62 | 0 | 55 | 105 | 44 | 25 | 65 | 52 |
| Binary | 10100010 | 1011001 | 110010 | 0 | 101101 | 1000101 | 100100 | 10101 | 110101 | 101010 |
Color Harmonies of #A25932
Complementary color
Monochromatic Colors of #A25932
Black with #A25932
Text Example
Text Example
White with #A25932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25932; }
p { color: rgb(162,89,50); }
H1.HeaderClassName
{
color: #A25932;
}
.AnyTagClassName
{
color: #A25932;
}
</style>
background-color css
<style>
a { background-color: #A25932; }
a { background-color: rgb(162,89,50); }
div.DivClassName
{
background-color: #A25932;
}
.BgClassName
{
background-color: #A25932;
}
</style>
border-color css
<style>
span { border-color: #A25932; }
span { border-color: rgb(162,89,50); }
td.TdClassName
{
border-color: #A25932;
}
.TagClassName
{
border-color: #A25932;
}
</style>