#A15D35

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

Shades of Indochine #A15D35

Tints of Indochine #A15D35

Color information

#A15D35 (or 0xA15D35) is unknown color: approx Indochine. HEX triplet: A1, 5D and 35. RGB value is (161,93,53). Sum of RGB (Red+Green+Blue) = 161+93+53=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D35 is #5EA2CA. Grayscale: #6C6C6C. Windows color (decimal): -6202059 or 3497377. OLE color: 3497377.

HSL color Cylindrical-coordinate representation of color #A15D35: hue angle of 22.22º 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 #A15D35 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1619353-
CMYK00.420.670.37
HSL22.22º50.47%41.96%-
HSV(B)22.22º67.08%63.14%-
XYZ19.2515.665.38-
YUV108.7796.53165.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=52.44%
G=30.29%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161935300.420.670.3722.2250.4741.96
HexA15D3502A432516322a
Octal2411356505210345266252
Binary1010000110111011101010101010100001110010110110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D35; }

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

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

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

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

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

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

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

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