#A36C36

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

Shades of Mai Tai #A36C36

Tints of Mai Tai #A36C36

Color information

#A36C36 (or 0xA36C36) is unknown color: approx Mai Tai. HEX triplet: A3, 6C and 36. RGB value is (163,108,54). Sum of RGB (Red+Green+Blue) = 163+108+54=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C36 is #5C93C9. Grayscale: #767676. Windows color (decimal): -6067146 or 3566755. OLE color: 3566755.

HSL color Cylindrical-coordinate representation of color #A36C36: hue angle of 29.72º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A36C36 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16310854-
CMYK00.340.670.36
HSL29.72º50.23%42.55%-
HSV(B)29.72º66.87%63.92%-
XYZ21.1318.786-
YUV118.2991.72159.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 54 (21.48% from 255) = 16.62%
R=50.15%
G=33.23%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631085400.340.670.3629.7250.2342.55
HexA36C3602243241e322b
Octal2431546604210344366253
Binary1010001111011001101100100010100001110010011110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C36; }

 p { color: rgb(163,108,54); }

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

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

 a { background-color: rgb(163,108,54); }

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

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

 span { border-color: rgb(163,108,54); }

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