#A26932

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

Shades of Mai Tai #A26932

Tints of Mai Tai #A26932

Color information

#A26932 (or 0xA26932) is unknown color: approx Mai Tai. HEX triplet: A2, 69 and 32. RGB value is (162,105,50). Sum of RGB (Red+Green+Blue) = 162+105+50=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A26932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26932 is #5D96CD. Grayscale: #747474. Windows color (decimal): -6133454 or 3303842. OLE color: 3303842.

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

Color convert

RGB16210550-
CMYK00.350.690.36
HSL29.46º52.83%41.57%-
HSV(B)29.46º69.14%63.53%-
XYZ20.5318.015.41-
YUV115.7790.88160.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=51.10%
G=33.12%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621055000.350.690.3629.4652.8341.57
HexA2693202345241d352a
Octal2421516204310544356552
Binary1010001011010011100100100011100010110010011101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26932; }

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

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

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

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

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

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

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

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