Shades of Indochine #A25A34
Tints of Indochine #A25A34
RGB
CMYK
RGB Variations
Color information
#A25A34 (or 0xA25A34) is known color: Indochine. HEX triplet: A2, 5A and 34. RGB value is (162,90,52). Sum of RGB (Red+Green+Blue) = 162+90+52=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A34 is #5DA5CB. Grayscale: #6B6B6B. Windows color (decimal): -6137292 or 3431074. OLE color: 3431074.
HSL color Cylindrical-coordinate representation of color #A25A34: hue angle of 20.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A25A34 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 52 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.36 |
| HSL | 20.73º | 0.51% | 0.42% | - |
| HSV(B) | 20.73º | 0.68% | 0.64% | - |
| XYZ | 19.18 | 15.24 | 5.18 | - |
| YUV | 107.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 52 | 0 | 0.44 | 0.68 | 0.36 | 20.73 | 0.51 | 0.42 |
| Hex | A2 | 5A | 34 | 0 | 2C | 44 | 24 | 15 | 33 | 2A |
| Octal | 242 | 132 | 64 | 0 | 54 | 104 | 44 | 25 | 63 | 52 |
| Binary | 10100010 | 1011010 | 110100 | 0 | 101100 | 1000100 | 100100 | 10101 | 110011 | 101010 |
Color Harmonies of #A25A34
Complementary color
Monochromatic Colors of #A25A34
Black with #A25A34
Text Example
Text Example
White with #A25A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A34; }
p { color: rgb(162,90,52); }
H1.HeaderClassName
{
color: #A25A34;
}
.AnyTagClassName
{
color: #A25A34;
}
</style>
background-color css
<style>
a { background-color: #A25A34; }
a { background-color: rgb(162,90,52); }
div.DivClassName
{
background-color: #A25A34;
}
.BgClassName
{
background-color: #A25A34;
}
</style>
border-color css
<style>
span { border-color: #A25A34; }
span { border-color: rgb(162,90,52); }
td.TdClassName
{
border-color: #A25A34;
}
.TagClassName
{
border-color: #A25A34;
}
</style>