Shades of Indochine #A25A32
Tints of Indochine #A25A32
RGB
CMYK
RGB Variations
Color information
#A25A32 (or 0xA25A32) is known color: Indochine. HEX triplet: A2, 5A and 32. RGB value is (162,90,50). Sum of RGB (Red+Green+Blue) = 162+90+50=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A32 is #5DA5CD. Grayscale: #6B6B6B. Windows color (decimal): -6137294 or 3300002. OLE color: 3300002.
HSL color Cylindrical-coordinate representation of color #A25A32: hue angle of 21.43º 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 #A25A32 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 50 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.36 |
| HSL | 21.43º | 0.53% | 0.42% | - |
| HSV(B) | 21.43º | 0.69% | 0.64% | - |
| XYZ | 19.13 | 15.22 | 4.95 | - |
| YUV | 106.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 50 | 0 | 0.44 | 0.69 | 0.36 | 21.43 | 0.53 | 0.42 |
| Hex | A2 | 5A | 32 | 0 | 2C | 45 | 24 | 15 | 35 | 2A |
| Octal | 242 | 132 | 62 | 0 | 54 | 105 | 44 | 25 | 65 | 52 |
| Binary | 10100010 | 1011010 | 110010 | 0 | 101100 | 1000101 | 100100 | 10101 | 110101 | 101010 |
Color Harmonies of #A25A32
Complementary color
Monochromatic Colors of #A25A32
Black with #A25A32
Text Example
Text Example
White with #A25A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A32; }
p { color: rgb(162,90,50); }
H1.HeaderClassName
{
color: #A25A32;
}
.AnyTagClassName
{
color: #A25A32;
}
</style>
background-color css
<style>
a { background-color: #A25A32; }
a { background-color: rgb(162,90,50); }
div.DivClassName
{
background-color: #A25A32;
}
.BgClassName
{
background-color: #A25A32;
}
</style>
border-color css
<style>
span { border-color: #A25A32; }
span { border-color: rgb(162,90,50); }
td.TdClassName
{
border-color: #A25A32;
}
.TagClassName
{
border-color: #A25A32;
}
</style>