#A35E34

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

Shades of Indochine #A35E34

Tints of Indochine #A35E34

Color information

#A35E34 (or 0xA35E34) is unknown color: approx Indochine. HEX triplet: A3, 5E and 34. RGB value is (163,94,52). Sum of RGB (Red+Green+Blue) = 163+94+52=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E34 is #5CA1CB. Grayscale: #6E6E6E. Windows color (decimal): -6070732 or 3432099. OLE color: 3432099.

HSL color Cylindrical-coordinate representation of color #A35E34: hue angle of 22.7º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A35E34 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1639452-
CMYK00.420.680.36
HSL22.7º51.63%42.16%-
HSV(B)22.7º68.1%63.92%-
XYZ19.7316.045.31-
YUV109.8495.36165.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=52.75%
G=30.42%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163945200.420.680.3622.751.6342.16
HexA35E3402A442417342a
Octal2431366405210444276452
Binary1010001110111101101000101010100010010010010111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E34; }

 p { color: rgb(163,94,52); }

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

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

 a { background-color: rgb(163,94,52); }

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

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

 span { border-color: rgb(163,94,52); }

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