#A1592E

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

Shades of Indochine #A1592E

Tints of Indochine #A1592E

Color information

#A1592E (or 0xA1592E) is unknown color: approx Indochine. HEX triplet: A1, 59 and 2E. RGB value is (161,89,46). Sum of RGB (Red+Green+Blue) = 161+89+46=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A1592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1592E is #5EA6D1. Grayscale: #696969. Windows color (decimal): -6203090 or 3037601. OLE color: 3037601.

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

Color convert

RGB1618946-
CMYK00.450.710.37
HSL22.43º55.56%40.59%-
HSV(B)22.43º71.43%63.14%-
XYZ18.7614.924.48-
YUV105.6394.35167.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=54.39%
G=30.07%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161894600.450.710.3722.4355.5640.59
HexA1592E02D4725163829
Octal2411315605510745267051
Binary1010000110110011011100101101100011110010110110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1592E; }

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

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

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

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

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

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

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

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