Shades of Indochine #A45D30
Tints of Indochine #A45D30
RGB
CMYK
RGB Variations
Color information
#A45D30 (or 0xA45D30) is known color: Indochine. HEX triplet: A4, 5D and 30. RGB value is (164,93,48). Sum of RGB (Red+Green+Blue) = 164+93+48=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D30 is #5BA2CF. Grayscale: #6D6D6D. Windows color (decimal): -6005456 or 3169700. OLE color: 3169700.
HSL color Cylindrical-coordinate representation of color #A45D30: hue angle of 23.28º 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 #A45D30 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 48 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.36 |
| HSL | 23.28º | 0.55% | 0.42% | - |
| HSV(B) | 23.28º | 0.71% | 0.64% | - |
| XYZ | 19.76 | 15.93 | 4.83 | - |
| YUV | 109.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 48 | 0 | 0.43 | 0.71 | 0.36 | 23.28 | 0.55 | 0.42 |
| Hex | A4 | 5D | 30 | 0 | 2B | 47 | 24 | 17 | 37 | 2A |
| Octal | 244 | 135 | 60 | 0 | 53 | 107 | 44 | 27 | 67 | 52 |
| Binary | 10100100 | 1011101 | 110000 | 0 | 101011 | 1000111 | 100100 | 10111 | 110111 | 101010 |
Color Harmonies of #A45D30
Complementary color
Monochromatic Colors of #A45D30
Black with #A45D30
Text Example
Text Example
White with #A45D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D30; }
p { color: rgb(164,93,48); }
H1.HeaderClassName
{
color: #A45D30;
}
.AnyTagClassName
{
color: #A45D30;
}
</style>
background-color css
<style>
a { background-color: #A45D30; }
a { background-color: rgb(164,93,48); }
div.DivClassName
{
background-color: #A45D30;
}
.BgClassName
{
background-color: #A45D30;
}
</style>
border-color css
<style>
span { border-color: #A45D30; }
span { border-color: rgb(164,93,48); }
td.TdClassName
{
border-color: #A45D30;
}
.TagClassName
{
border-color: #A45D30;
}
</style>