#A26632

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

Shades of Mai Tai #A26632

Tints of Mai Tai #A26632

Color information

#A26632 (or 0xA26632) is unknown color: approx Mai Tai. HEX triplet: A2, 66 and 32. RGB value is (162,102,50). Sum of RGB (Red+Green+Blue) = 162+102+50=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A26632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26632 is #5D99CD. Grayscale: #727272. Windows color (decimal): -6134222 or 3303074. OLE color: 3303074.

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

Color convert

RGB16210250-
CMYK00.370.690.36
HSL27.86º52.83%41.57%-
HSV(B)27.86º69.14%63.53%-
XYZ20.2317.415.31-
YUV114.0191.88162.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=51.59%
G=32.48%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621025000.370.690.3627.8652.8341.57
HexA2663202545241c352a
Octal2421466204510544346552
Binary1010001011001101100100100101100010110010011100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26632; }

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

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

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

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

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

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

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

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