#A4632C

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

Shades of Mai Tai #A4632C

Tints of Mai Tai #A4632C

Color information

#A4632C (or 0xA4632C) is unknown color: approx Mai Tai. HEX triplet: A4, 63 and 2C. RGB value is (164,99,44). Sum of RGB (Red+Green+Blue) = 164+99+44=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4632C is #5B9CD3. Grayscale: #707070. Windows color (decimal): -6003924 or 2909092. OLE color: 2909092.

HSL color Cylindrical-coordinate representation of color #A4632C: hue angle of 27.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4632C is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1649944-
CMYK00.400.730.36
HSL27.5º57.69%40.78%-
HSV(B)27.5º73.17%64.31%-
XYZ20.23174.6-
YUV112.1689.53164.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 44 (17.58% from 255) = 14.33%
R=53.42%
G=32.25%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164994400.400.730.3627.557.6940.78
HexA4632C02849241c3a29
Octal2441435405011144347251
Binary1010010011000111011000101000100100110010011100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4632C; }

 p { color: rgb(164,99,44); }

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

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

 a { background-color: rgb(164,99,44); }

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

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

 span { border-color: rgb(164,99,44); }

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