#AA632A

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

Shades of Mai Tai #AA632A

Tints of Mai Tai #AA632A

Color information

#AA632A (or 0xAA632A) is unknown color: approx Mai Tai. HEX triplet: AA, 63 and 2A. RGB value is (170,99,42). Sum of RGB (Red+Green+Blue) = 170+99+42=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA632A is #559CD5. Grayscale: #727272. Windows color (decimal): -5610710 or 2778026. OLE color: 2778026.

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

Color convert

RGB1709942-
CMYK00.420.750.33
HSL26.72º60.38%41.57%-
HSV(B)26.72º75.29%66.67%-
XYZ21.4617.644.46-
YUV113.7387.52168.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=54.66%
G=31.83%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170994200.420.750.3326.7260.3841.57
HexAA632A02A4B211b3c2a
Octal2521435205211341337452
Binary1010101011000111010100101010100101110000111011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA632A; }

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

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

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

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

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

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

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

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