#A15B35

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

Shades of Indochine #A15B35

Tints of Indochine #A15B35

Color information

#A15B35 (or 0xA15B35) is unknown color: approx Indochine. HEX triplet: A1, 5B and 35. RGB value is (161,91,53). Sum of RGB (Red+Green+Blue) = 161+91+53=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B35 is #5EA4CA. Grayscale: #6B6B6B. Windows color (decimal): -6202571 or 3496865. OLE color: 3496865.

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

Color convert

RGB1619153-
CMYK00.430.670.37
HSL21.11º50.47%41.96%-
HSV(B)21.11º67.08%63.14%-
XYZ19.0815.325.32-
YUV107.697.19166.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=52.79%
G=29.84%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161915300.430.670.3721.1150.4741.96
HexA15B3502B432515322a
Octal2411336505310345256252
Binary1010000110110111101010101011100001110010110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B35; }

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

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

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

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

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

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

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

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