#A15935

Color #A15935 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #A15935

Tints of Indochine #A15935

Color information

#A15935 (or 0xA15935) is unknown color: approx Indochine. HEX triplet: A1, 59 and 35. RGB value is (161,89,53). Sum of RGB (Red+Green+Blue) = 161+89+53=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A15935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15935 is #5EA6CA. Grayscale: #6A6A6A. Windows color (decimal): -6203083 or 3496353. OLE color: 3496353.

HSL color Cylindrical-coordinate representation of color #A15935: hue angle of 20º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A15935 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1618953-
CMYK00.450.670.37
HSL20º50.47%41.96%-
HSV(B)20º67.08%63.14%-
XYZ18.9114.985.26-
YUV106.4297.85166.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=53.14%
G=29.37%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161895300.450.670.372050.4741.96
HexA1593502D432514322a
Octal2411316505510345246252
Binary1010000110110011101010101101100001110010110100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15935; }

 p { color: rgb(161,89,53); }

 H1.HeaderClassName
 {
   color: #A15935;
 }
 .AnyTagClassName
 {
   color: #A15935;
 }
</style>
background-color css

<style>
 a { background-color: #A15935; }

 a { background-color: rgb(161,89,53); }

 div.DivClassName
 {
   background-color: #A15935;
 }
 .BgClassName
 {
   background-color: #A15935;
 }
</style>
border-color css

<style>
 span { border-color: #A15935; }

 span { border-color: rgb(161,89,53); }

 td.TdClassName
 {
   border-color: #A15935;
 }
 .TagClassName
 {
   border-color: #A15935;
 }
</style>