Shades of Indochine #A45B2E
Tints of Indochine #A45B2E
RGB
CMYK
RGB Variations
Color information
#A45B2E (or 0xA45B2E) is known color: Indochine. HEX triplet: A4, 5B and 2E. RGB value is (164,91,46). Sum of RGB (Red+Green+Blue) = 164+91+46=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B2E is #5BA4D1. Grayscale: #6B6B6B. Windows color (decimal): -6005970 or 3038116. OLE color: 3038116.
HSL color Cylindrical-coordinate representation of color #A45B2E: hue angle of 22.88º degrees, saturation: 0.56, 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 #A45B2E is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 46 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.36 |
| HSL | 22.88º | 0.56% | 0.41% | - |
| HSV(B) | 22.88º | 0.72% | 0.64% | - |
| XYZ | 19.54 | 15.57 | 4.56 | - |
| YUV | 107.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 46 | 0 | 0.45 | 0.72 | 0.36 | 22.88 | 0.56 | 0.41 |
| Hex | A4 | 5B | 2E | 0 | 2D | 48 | 24 | 17 | 38 | 29 |
| Octal | 244 | 133 | 56 | 0 | 55 | 110 | 44 | 27 | 70 | 51 |
| Binary | 10100100 | 1011011 | 101110 | 0 | 101101 | 1001000 | 100100 | 10111 | 111000 | 101001 |
Color Harmonies of #A45B2E
Complementary color
Monochromatic Colors of #A45B2E
Black with #A45B2E
Text Example
Text Example
White with #A45B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45B2E; }
p { color: rgb(164,91,46); }
H1.HeaderClassName
{
color: #A45B2E;
}
.AnyTagClassName
{
color: #A45B2E;
}
</style>
background-color css
<style>
a { background-color: #A45B2E; }
a { background-color: rgb(164,91,46); }
div.DivClassName
{
background-color: #A45B2E;
}
.BgClassName
{
background-color: #A45B2E;
}
</style>
border-color css
<style>
span { border-color: #A45B2E; }
span { border-color: rgb(164,91,46); }
td.TdClassName
{
border-color: #A45B2E;
}
.TagClassName
{
border-color: #A45B2E;
}
</style>