#A35C33

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

Shades of Indochine #A35C33

Tints of Indochine #A35C33

Color information

#A35C33 (or 0xA35C33) is unknown color: approx Indochine. HEX triplet: A3, 5C and 33. RGB value is (163,92,51). Sum of RGB (Red+Green+Blue) = 163+92+51=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C33 is #5CA3CC. Grayscale: #6C6C6C. Windows color (decimal): -6071245 or 3366051. OLE color: 3366051.

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

Color convert

RGB1639251-
CMYK00.440.690.36
HSL21.96º52.34%41.96%-
HSV(B)21.96º68.71%63.92%-
XYZ19.5315.685.13-
YUV108.5595.52166.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=53.27%
G=30.07%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163925100.440.690.3621.9652.3441.96
HexA35C3302C452416342a
Octal2431346305410544266452
Binary1010001110111001100110101100100010110010010110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C33; }

 p { color: rgb(163,92,51); }

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

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

 a { background-color: rgb(163,92,51); }

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

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

 span { border-color: rgb(163,92,51); }

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