#AA6527

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

Shades of Mai Tai #AA6527

Tints of Mai Tai #AA6527

Color information

#AA6527 (or 0xAA6527) is unknown color: approx Mai Tai. HEX triplet: AA, 65 and 27. RGB value is (170,101,39). Sum of RGB (Red+Green+Blue) = 170+101+39=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6527 is #559AD8. Grayscale: #727272. Windows color (decimal): -5610201 or 2581930. OLE color: 2581930.

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

Color convert

RGB17010139-
CMYK00.410.770.33
HSL28.4º62.68%40.98%-
HSV(B)28.4º77.06%66.67%-
XYZ21.6184.26-
YUV114.5685.36167.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=54.84%
G=32.58%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701013900.410.770.3328.462.6840.98
HexAA65270294D211c3f29
Octal2521454705111541347751
Binary1010101011001011001110101001100110110000111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6527; }

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

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

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

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

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

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

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

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