#A26729

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

Shades of Mai Tai #A26729

Tints of Mai Tai #A26729

Color information

#A26729 (or 0xA26729) is unknown color: approx Mai Tai. HEX triplet: A2, 67 and 29. RGB value is (162,103,41). Sum of RGB (Red+Green+Blue) = 162+103+41=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A26729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26729 is #5D98D6. Grayscale: #717171. Windows color (decimal): -6133975 or 2713506. OLE color: 2713506.

HSL color Cylindrical-coordinate representation of color #A26729: hue angle of 30.74º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A26729 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16210341-
CMYK00.360.750.36
HSL30.74º59.61%39.8%-
HSV(B)30.74º74.69%63.53%-
XYZ20.1517.544.42-
YUV113.5787.05162.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 41 (16.41% from 255) = 13.40%
R=52.94%
G=33.66%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621034100.360.750.3630.7459.6139.8
HexA267290244B241f3c28
Octal2421475104411344377450
Binary1010001011001111010010100100100101110010011111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26729; }

 p { color: rgb(162,103,41); }

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

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

 a { background-color: rgb(162,103,41); }

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

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

 span { border-color: rgb(162,103,41); }

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