#A26C36

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

Shades of Mai Tai #A26C36

Tints of Mai Tai #A26C36

Color information

#A26C36 (or 0xA26C36) is unknown color: approx Mai Tai. HEX triplet: A2, 6C and 36. RGB value is (162,108,54). Sum of RGB (Red+Green+Blue) = 162+108+54=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C36 is #5D93C9. Grayscale: #767676. Windows color (decimal): -6132682 or 3566754. OLE color: 3566754.

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

Color convert

RGB16210854-
CMYK00.330.670.36
HSL30º50%42.35%-
HSV(B)30º66.67%63.53%-
XYZ20.9318.675.99-
YUV117.9991.89159.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621085400.330.670.36305042.35
HexA26C3602143241e322a
Octal2421546604110344366252
Binary1010001011011001101100100001100001110010011110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C36; }

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

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

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

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

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

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

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

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