#A36232

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

Shades of Mai Tai #A36232

Tints of Mai Tai #A36232

Color information

#A36232 (or 0xA36232) is unknown color: approx Mai Tai. HEX triplet: A3, 62 and 32. RGB value is (163,98,50). Sum of RGB (Red+Green+Blue) = 163+98+50=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A36232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36232 is #5C9DCD. Grayscale: #707070. Windows color (decimal): -6069710 or 3302051. OLE color: 3302051.

HSL color Cylindrical-coordinate representation of color #A36232: hue angle of 25.49º degrees, saturation: 0.53, 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 #A36232 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1639850-
CMYK00.400.690.36
HSL25.49º53.05%41.76%-
HSV(B)25.49º69.33%63.92%-
XYZ20.0516.755.19-
YUV111.9693.03164.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=52.41%
G=31.51%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163985000.400.690.3625.4953.0541.76
HexA36232028452419352a
Octal2431426205010544316552
Binary1010001111000101100100101000100010110010011001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36232; }

 p { color: rgb(163,98,50); }

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

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

 a { background-color: rgb(163,98,50); }

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

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

 span { border-color: rgb(163,98,50); }

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