#AA652A

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

Shades of Mai Tai #AA652A

Tints of Mai Tai #AA652A

Color information

#AA652A (or 0xAA652A) is unknown color: approx Mai Tai. HEX triplet: AA, 65 and 2A. RGB value is (170,101,42). Sum of RGB (Red+Green+Blue) = 170+101+42=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA652A is #559AD5. Grayscale: #737373. Windows color (decimal): -5610198 or 2778538. OLE color: 2778538.

HSL color Cylindrical-coordinate representation of color #AA652A: hue angle of 27.66º 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 #AA652A is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17010142-
CMYK00.410.750.33
HSL27.66º60.38%41.57%-
HSV(B)27.66º75.29%66.67%-
XYZ21.6518.024.53-
YUV114.986.86167.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=54.31%
G=32.27%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701014200.410.750.3327.6660.3841.57
HexAA652A0294B211c3c2a
Octal2521455205111341347452
Binary1010101011001011010100101001100101110000111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA652A; }

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

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

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

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

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

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

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

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