#A35D34

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

Shades of Indochine #A35D34

Tints of Indochine #A35D34

Color information

#A35D34 (or 0xA35D34) is unknown color: approx Indochine. HEX triplet: A3, 5D and 34. RGB value is (163,93,52). Sum of RGB (Red+Green+Blue) = 163+93+52=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D34 is #5CA2CB. Grayscale: #6D6D6D. Windows color (decimal): -6070988 or 3431843. OLE color: 3431843.

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

Color convert

RGB1639352-
CMYK00.430.680.36
HSL22.16º51.63%42.16%-
HSV(B)22.16º68.1%63.92%-
XYZ19.6415.865.28-
YUV109.2695.69166.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=52.92%
G=30.19%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163935200.430.680.3622.1651.6342.16
HexA35D3402B442416342a
Octal2431356405310444266452
Binary1010001110111011101000101011100010010010010110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D34; }

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

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

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

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

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

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

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

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