#A15A33

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

Shades of Indochine #A15A33

Tints of Indochine #A15A33

Color information

#A15A33 (or 0xA15A33) is unknown color: approx Indochine. HEX triplet: A1, 5A and 33. RGB value is (161,90,51). Sum of RGB (Red+Green+Blue) = 161+90+51=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A33 is #5EA5CC. Grayscale: #6B6B6B. Windows color (decimal): -6202829 or 3365537. OLE color: 3365537.

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

Color convert

RGB1619051-
CMYK00.440.680.37
HSL21.27º51.89%41.57%-
HSV(B)21.27º68.32%63.14%-
XYZ18.9515.135.05-
YUV106.7896.52166.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.31%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 51 (20.31% from 255) = 16.89%
R=53.31%
G=29.80%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161905100.440.680.3721.2751.8941.57
HexA15A3302C442515342a
Octal2411326305410445256452
Binary1010000110110101100110101100100010010010110101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A33; }

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

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

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

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

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

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

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

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