#A15C33

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

Shades of Indochine #A15C33

Tints of Indochine #A15C33

Color information

#A15C33 (or 0xA15C33) is unknown color: approx Indochine. HEX triplet: A1, 5C and 33. RGB value is (161,92,51). Sum of RGB (Red+Green+Blue) = 161+92+51=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C33 is #5EA3CC. Grayscale: #6C6C6C. Windows color (decimal): -6202317 or 3366049. OLE color: 3366049.

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

Color convert

RGB1619251-
CMYK00.430.680.37
HSL22.36º51.89%41.57%-
HSV(B)22.36º68.32%63.14%-
XYZ19.1215.475.11-
YUV107.9695.86165.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=52.96%
G=30.26%
B=16.78%

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
Decimal161925100.430.680.3722.3651.8941.57
HexA15C3302B442516342a
Octal2411346305310445266452
Binary1010000110111001100110101011100010010010110110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C33; }

 p { color: rgb(161,92,51); }

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

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

 a { background-color: rgb(161,92,51); }

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

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

 span { border-color: rgb(161,92,51); }

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