#A05E32

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

Shades of Indochine #A05E32

Tints of Indochine #A05E32

Color information

#A05E32 (or 0xA05E32) is unknown color: approx Indochine. HEX triplet: A0, 5E and 32. RGB value is (160,94,50). Sum of RGB (Red+Green+Blue) = 160+94+50=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E32 is #5FA1CD. Grayscale: #6C6C6C. Windows color (decimal): -6267342 or 3301024. OLE color: 3301024.

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

Color convert

RGB1609450-
CMYK00.410.690.37
HSL24º52.38%41.18%-
HSV(B)24º68.75%62.75%-
XYZ19.0815.715.04-
YUV108.7294.87164.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=52.63%
G=30.92%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160945000.410.690.372452.3841.18
HexA05E320294525183429
Octal2401366205110545306451
Binary1010000010111101100100101001100010110010111000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E32; }

 p { color: rgb(160,94,50); }

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

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

 a { background-color: rgb(160,94,50); }

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

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

 span { border-color: rgb(160,94,50); }

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