#AA6821

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

Shades of Mai Tai #AA6821

Tints of Mai Tai #AA6821

Color information

#AA6821 (or 0xAA6821) is unknown color: approx Mai Tai. HEX triplet: AA, 68 and 21. RGB value is (170,104,33). Sum of RGB (Red+Green+Blue) = 170+104+33=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6821 is #5597DE. Grayscale: #737373. Windows color (decimal): -5609439 or 2189482. OLE color: 2189482.

HSL color Cylindrical-coordinate representation of color #AA6821: hue angle of 31.09º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA6821 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17010433-
CMYK00.390.810.33
HSL31.09º67.49%39.8%-
HSV(B)31.09º80.59%66.67%-
XYZ21.818.563.87-
YUV115.6481.37166.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=55.37%
G=33.88%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701043300.390.810.3331.0967.4939.8
HexAA682102751211f4328
Octal25215041047121413710350
Binary10101010110100010000101001111010001100001111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6821; }

 p { color: rgb(170,104,33); }

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

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

 a { background-color: rgb(170,104,33); }

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

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

 span { border-color: rgb(170,104,33); }

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