#A15933

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

Shades of Indochine #A15933

Tints of Indochine #A15933

Color information

#A15933 (or 0xA15933) is unknown color: approx Indochine. HEX triplet: A1, 59 and 33. RGB value is (161,89,51). Sum of RGB (Red+Green+Blue) = 161+89+51=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15933 is #5EA6CC. Grayscale: #6A6A6A. Windows color (decimal): -6203085 or 3365281. OLE color: 3365281.

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

Color convert

RGB1618951-
CMYK00.450.680.37
HSL20.73º51.89%41.57%-
HSV(B)20.73º68.32%63.14%-
XYZ18.8714.965.03-
YUV106.296.85167.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=53.49%
G=29.57%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161895100.450.680.3720.7351.8941.57
HexA1593302D442515342a
Octal2411316305510445256452
Binary1010000110110011100110101101100010010010110101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15933; }

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

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

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

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

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

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

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

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