Shades of Indochine #A35C2D
Tints of Indochine #A35C2D
RGB
CMYK
RGB Variations
Color information
#A35C2D (or 0xA35C2D) is known color: Indochine. HEX triplet: A3, 5C and 2D. RGB value is (163,92,45). Sum of RGB (Red+Green+Blue) = 163+92+45=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C2D is #5CA3D2. Grayscale: #6C6C6C. Windows color (decimal): -6071251 or 2972835. OLE color: 2972835.
HSL color Cylindrical-coordinate representation of color #A35C2D: hue angle of 23.9º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A35C2D is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 45 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.36 |
| HSL | 23.9º | 0.57% | 0.41% | - |
| HSV(B) | 23.9º | 0.72% | 0.64% | - |
| XYZ | 19.41 | 15.63 | 4.48 | - |
| YUV | 107.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 45 | 0 | 0.44 | 0.72 | 0.36 | 23.9 | 0.57 | 0.41 |
| Hex | A3 | 5C | 2D | 0 | 2C | 48 | 24 | 18 | 39 | 29 |
| Octal | 243 | 134 | 55 | 0 | 54 | 110 | 44 | 30 | 71 | 51 |
| Binary | 10100011 | 1011100 | 101101 | 0 | 101100 | 1001000 | 100100 | 11000 | 111001 | 101001 |
Color Harmonies of #A35C2D
Complementary color
Monochromatic Colors of #A35C2D
Black with #A35C2D
Text Example
Text Example
White with #A35C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C2D; }
p { color: rgb(163,92,45); }
H1.HeaderClassName
{
color: #A35C2D;
}
.AnyTagClassName
{
color: #A35C2D;
}
</style>
background-color css
<style>
a { background-color: #A35C2D; }
a { background-color: rgb(163,92,45); }
div.DivClassName
{
background-color: #A35C2D;
}
.BgClassName
{
background-color: #A35C2D;
}
</style>
border-color css
<style>
span { border-color: #A35C2D; }
span { border-color: rgb(163,92,45); }
td.TdClassName
{
border-color: #A35C2D;
}
.TagClassName
{
border-color: #A35C2D;
}
</style>