#AA642A

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

Shades of Mai Tai #AA642A

Tints of Mai Tai #AA642A

Color information

#AA642A (or 0xAA642A) is unknown color: approx Mai Tai. HEX triplet: AA, 64 and 2A. RGB value is (170,100,42). Sum of RGB (Red+Green+Blue) = 170+100+42=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA642A is #559BD5. Grayscale: #727272. Windows color (decimal): -5610454 or 2778282. OLE color: 2778282.

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

Color convert

RGB17010042-
CMYK00.410.750.33
HSL27.19º60.38%41.57%-
HSV(B)27.19º75.29%66.67%-
XYZ21.5517.834.5-
YUV114.3287.19167.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=54.49%
G=32.05%
B=13.46%

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
Decimal1701004200.410.750.3327.1960.3841.57
HexAA642A0294B211b3c2a
Octal2521445205111341337452
Binary1010101011001001010100101001100101110000111011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA642A; }

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

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

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

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

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

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

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

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