#A05E35

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

Shades of Indochine #A05E35

Tints of Indochine #A05E35

Color information

#A05E35 (or 0xA05E35) is unknown color: approx Indochine. HEX triplet: A0, 5E and 35. RGB value is (160,94,53). Sum of RGB (Red+Green+Blue) = 160+94+53=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E35 is #5FA1CA. Grayscale: #6D6D6D. Windows color (decimal): -6267339 or 3497632. OLE color: 3497632.

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

Color convert

RGB1609453-
CMYK00.410.670.37
HSL22.99º50.23%41.76%-
HSV(B)22.99º66.87%62.75%-
XYZ19.1415.745.4-
YUV109.0696.37164.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=52.12%
G=30.62%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160945300.410.670.3722.9950.2341.76
HexA05E35029432517322a
Octal2401366505110345276252
Binary1010000010111101101010101001100001110010110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E35; }

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

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

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

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

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

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

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

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