#A45B31

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

Shades of Indochine #A45B31

Tints of Indochine #A45B31

Color information

#A45B31 (or 0xA45B31) is unknown color: approx Indochine. HEX triplet: A4, 5B and 31. RGB value is (164,91,49). Sum of RGB (Red+Green+Blue) = 164+91+49=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B31 is #5BA4CE. Grayscale: #6C6C6C. Windows color (decimal): -6005967 or 3234724. OLE color: 3234724.

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

Color convert

RGB1649149-
CMYK00.450.700.36
HSL21.91º53.99%41.76%-
HSV(B)21.91º70.12%64.31%-
XYZ19.6115.64.88-
YUV108.0494.68167.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=53.95%
G=29.93%
B=16.12%

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
Decimal164914900.450.700.3621.9153.9941.76
HexA45B3102D462416362a
Octal2441336105510644266652
Binary1010010010110111100010101101100011010010010110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B31; }

 p { color: rgb(164,91,49); }

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

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

 a { background-color: rgb(164,91,49); }

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

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

 span { border-color: rgb(164,91,49); }

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