#AA662A

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

Shades of Mai Tai #AA662A

Tints of Mai Tai #AA662A

Color information

#AA662A (or 0xAA662A) is unknown color: approx Mai Tai. HEX triplet: AA, 66 and 2A. RGB value is (170,102,42). Sum of RGB (Red+Green+Blue) = 170+102+42=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA662A is #5599D5. Grayscale: #737373. Windows color (decimal): -5609942 or 2778794. OLE color: 2778794.

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

Color convert

RGB17010242-
CMYK00.40.750.33
HSL28.12º60.38%41.57%-
HSV(B)28.12º75.29%66.67%-
XYZ21.7518.224.56-
YUV115.4986.53166.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=54.14%
G=32.48%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701024200.40.750.3328.1260.3841.57
HexAA662A0284B211c3c2a
Octal2521465205011341347452
Binary1010101011001101010100101000100101110000111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA662A; }

 p { color: rgb(170,102,42); }

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

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

 a { background-color: rgb(170,102,42); }

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

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

 span { border-color: rgb(170,102,42); }

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