Shades of Indochine #A45A30
Tints of Indochine #A45A30
RGB
CMYK
RGB Variations
Color information
#A45A30 (or 0xA45A30) is known color: Indochine. HEX triplet: A4, 5A and 30. RGB value is (164,90,48). Sum of RGB (Red+Green+Blue) = 164+90+48=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A30 is #5BA5CF. Grayscale: #6B6B6B. Windows color (decimal): -6006224 or 3168932. OLE color: 3168932.
HSL color Cylindrical-coordinate representation of color #A45A30: hue angle of 21.72º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A45A30 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 48 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.36 |
| HSL | 21.72º | 0.55% | 0.42% | - |
| HSV(B) | 21.72º | 0.71% | 0.64% | - |
| XYZ | 19.5 | 15.42 | 4.74 | - |
| YUV | 107.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 48 | 0 | 0.45 | 0.71 | 0.36 | 21.72 | 0.55 | 0.42 |
| Hex | A4 | 5A | 30 | 0 | 2D | 47 | 24 | 16 | 37 | 2A |
| Octal | 244 | 132 | 60 | 0 | 55 | 107 | 44 | 26 | 67 | 52 |
| Binary | 10100100 | 1011010 | 110000 | 0 | 101101 | 1000111 | 100100 | 10110 | 110111 | 101010 |
Color Harmonies of #A45A30
Complementary color
Monochromatic Colors of #A45A30
Black with #A45A30
Text Example
Text Example
White with #A45A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A30; }
p { color: rgb(164,90,48); }
H1.HeaderClassName
{
color: #A45A30;
}
.AnyTagClassName
{
color: #A45A30;
}
</style>
background-color css
<style>
a { background-color: #A45A30; }
a { background-color: rgb(164,90,48); }
div.DivClassName
{
background-color: #A45A30;
}
.BgClassName
{
background-color: #A45A30;
}
</style>
border-color css
<style>
span { border-color: #A45A30; }
span { border-color: rgb(164,90,48); }
td.TdClassName
{
border-color: #A45A30;
}
.TagClassName
{
border-color: #A45A30;
}
</style>