#A15B34

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

Shades of Indochine #A15B34

Tints of Indochine #A15B34

Color information

#A15B34 (or 0xA15B34) is unknown color: approx Indochine. HEX triplet: A1, 5B and 34. RGB value is (161,91,52). Sum of RGB (Red+Green+Blue) = 161+91+52=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B34 is #5EA4CB. Grayscale: #6B6B6B. Windows color (decimal): -6202572 or 3431329. OLE color: 3431329.

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

Color convert

RGB1619152-
CMYK00.430.680.37
HSL21.47º51.17%41.76%-
HSV(B)21.47º67.7%63.14%-
XYZ19.0615.315.2-
YUV107.4896.69166.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=52.96%
G=29.93%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161915200.430.680.3721.4751.1741.76
HexA15B3402B442515332a
Octal2411336405310445256352
Binary1010000110110111101000101011100010010010110101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B34; }

 p { color: rgb(161,91,52); }

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

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

 a { background-color: rgb(161,91,52); }

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

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

 span { border-color: rgb(161,91,52); }

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