#A35A31

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

Shades of Indochine #A35A31

Tints of Indochine #A35A31

Color information

#A35A31 (or 0xA35A31) is unknown color: approx Indochine. HEX triplet: A3, 5A and 31. RGB value is (163,90,49). Sum of RGB (Red+Green+Blue) = 163+90+49=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A31 is #5CA5CE. Grayscale: #6B6B6B. Windows color (decimal): -6071759 or 3234467. OLE color: 3234467.

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

Color convert

RGB1639049-
CMYK00.450.700.36
HSL21.58º53.77%41.57%-
HSV(B)21.58º69.94%63.92%-
XYZ19.3115.324.84-
YUV107.1595.18167.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=53.97%
G=29.80%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163904900.450.700.3621.5853.7741.57
HexA35A3102D462416362a
Octal2431326105510644266652
Binary1010001110110101100010101101100011010010010110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A31; }

 p { color: rgb(163,90,49); }

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

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

 a { background-color: rgb(163,90,49); }

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

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

 span { border-color: rgb(163,90,49); }

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