Shades of Indochine #A35B2D
Tints of Indochine #A35B2D
RGB
CMYK
RGB Variations
Color information
#A35B2D (or 0xA35B2D) is known color: Indochine. HEX triplet: A3, 5B and 2D. RGB value is (163,91,45). Sum of RGB (Red+Green+Blue) = 163+91+45=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B2D is #5CA4D2. Grayscale: #6B6B6B. Windows color (decimal): -6071507 or 2972579. OLE color: 2972579.
HSL color Cylindrical-coordinate representation of color #A35B2D: hue angle of 23.39º 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 #A35B2D is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 45 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.36 |
| HSL | 23.39º | 0.57% | 0.41% | - |
| HSV(B) | 23.39º | 0.72% | 0.64% | - |
| XYZ | 19.32 | 15.46 | 4.45 | - |
| YUV | 107.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 45 | 0 | 0.44 | 0.72 | 0.36 | 23.39 | 0.57 | 0.41 |
| Hex | A3 | 5B | 2D | 0 | 2C | 48 | 24 | 17 | 39 | 29 |
| Octal | 243 | 133 | 55 | 0 | 54 | 110 | 44 | 27 | 71 | 51 |
| Binary | 10100011 | 1011011 | 101101 | 0 | 101100 | 1001000 | 100100 | 10111 | 111001 | 101001 |
Color Harmonies of #A35B2D
Complementary color
Monochromatic Colors of #A35B2D
Black with #A35B2D
Text Example
Text Example
White with #A35B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B2D; }
p { color: rgb(163,91,45); }
H1.HeaderClassName
{
color: #A35B2D;
}
.AnyTagClassName
{
color: #A35B2D;
}
</style>
background-color css
<style>
a { background-color: #A35B2D; }
a { background-color: rgb(163,91,45); }
div.DivClassName
{
background-color: #A35B2D;
}
.BgClassName
{
background-color: #A35B2D;
}
</style>
border-color css
<style>
span { border-color: #A35B2D; }
span { border-color: rgb(163,91,45); }
td.TdClassName
{
border-color: #A35B2D;
}
.TagClassName
{
border-color: #A35B2D;
}
</style>