#A26B32

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

Shades of Mai Tai #A26B32

Tints of Mai Tai #A26B32

Color information

#A26B32 (or 0xA26B32) is unknown color: approx Mai Tai. HEX triplet: A2, 6B and 32. RGB value is (162,107,50). Sum of RGB (Red+Green+Blue) = 162+107+50=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B32 is #5D94CD. Grayscale: #757575. Windows color (decimal): -6132942 or 3304354. OLE color: 3304354.

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

Color convert

RGB16210750-
CMYK00.340.690.36
HSL30.54º52.83%41.57%-
HSV(B)30.54º69.14%63.53%-
XYZ20.7318.435.48-
YUV116.9590.22160.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=50.78%
G=33.54%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621075000.340.690.3630.5452.8341.57
HexA26B3202245241f352a
Octal2421536204210544376552
Binary1010001011010111100100100010100010110010011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B32; }

 p { color: rgb(162,107,50); }

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

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

 a { background-color: rgb(162,107,50); }

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

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

 span { border-color: rgb(162,107,50); }

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