#A15E31

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

Shades of Indochine #A15E31

Tints of Indochine #A15E31

Color information

#A15E31 (or 0xA15E31) is unknown color: approx Indochine. HEX triplet: A1, 5E and 31. RGB value is (161,94,49). Sum of RGB (Red+Green+Blue) = 161+94+49=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E31 is #5EA1CE. Grayscale: #6D6D6D. Windows color (decimal): -6201807 or 3235489. OLE color: 3235489.

HSL color Cylindrical-coordinate representation of color #A15E31: hue angle of 24.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A15E31 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1619449-
CMYK00.420.700.37
HSL24.11º53.33%41.18%-
HSV(B)24.11º69.57%63.14%-
XYZ19.2615.84.94-
YUV108.994.2165.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=52.96%
G=30.92%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161944900.420.700.3724.1153.3341.18
HexA15E3102A4625183529
Octal2411366105210645306551
Binary1010000110111101100010101010100011010010111000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E31; }

 p { color: rgb(161,94,49); }

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

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

 a { background-color: rgb(161,94,49); }

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

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

 span { border-color: rgb(161,94,49); }

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