#A16627

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

Shades of Mai Tai #A16627

Tints of Mai Tai #A16627

Color information

#A16627 (or 0xA16627) is unknown color: approx Mai Tai. HEX triplet: A1, 66 and 27. RGB value is (161,102,39). Sum of RGB (Red+Green+Blue) = 161+102+39=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A16627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16627 is #5E99D8. Grayscale: #707070. Windows color (decimal): -6199769 or 2582177. OLE color: 2582177.

HSL color Cylindrical-coordinate representation of color #A16627: hue angle of 30.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A16627 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB16110239-
CMYK00.370.760.37
HSL30.98º61%39.22%-
HSV(B)30.98º75.78%63.14%-
XYZ19.8217.234.2-
YUV112.4686.55162.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.31%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 39 (15.62% from 255) = 12.91%
R=53.31%
G=33.77%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611023900.370.760.3730.986139.22
HexA166270254C251f3d27
Octal2411464704511445377547
Binary1010000111001101001110100101100110010010111111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16627; }

 p { color: rgb(161,102,39); }

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

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

 a { background-color: rgb(161,102,39); }

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

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

 span { border-color: rgb(161,102,39); }

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