Html Css Color HEX #AA662A Mai Tai

📋 copy color: '#AA662A'

red 170 ◦ green 102 ◦ blue 42

#AA662A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #AA662A

Tints of Mai Tai #AA662A

RGB

 RED value IS 170 (66.8% from 255) = 54.14%

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 54.14%
G = 32.48%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA662A (or 0xAA662A) is known color: 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

RGB 170 102 42 -
CMYK 0 0.4 0.75 0.33
HSL 28.13º 0.6% 0.42% -
HSV(B) 28.13º 0.75% 0.67% -
XYZ 21.75 18.22 4.56 -
YUV 115.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 170 102 42 0 0.4 0.75 0.33 28.13 0.6 0.42
Hex AA 66 2A 0 28 4B 21 1C 3C 2A
Octal 252 146 52 0 50 113 41 34 74 52
Binary 10101010 1100110 101010 0 101000 1001011 100001 11100 111100 101010

Color Harmonies of #AA662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA662A

Black with #AA662A

Text Example


Text Example

White with #AA662A

Text Example


Text Example

HTML Codes & Css Web 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>