Html Css Color HEX #AA662E Mai Tai

📋 copy color: '#AA662E'

red 170 ◦ green 102 ◦ blue 46

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

Shades of Mai Tai #AA662E

Tints of Mai Tai #AA662E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 53.46%
G = 32.08%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA662E (or 0xAA662E) is known color: Mai Tai. HEX triplet: AA, 66 and 2E. RGB value is (170,102,46). Sum of RGB (Red+Green+Blue) = 170+102+46=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA662E is #5599D1. Grayscale: #747474. Windows color (decimal): -5609938 or 3040938. OLE color: 3040938.

HSL color Cylindrical-coordinate representation of color #AA662E: hue angle of 27.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA662E is Cyan = 0, Magento = 0.4, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 46 -
CMYK 0 0.4 0.73 0.33
HSL 27.1º 0.57% 0.42% -
HSV(B) 27.1º 0.73% 0.67% -
XYZ 21.82 18.25 4.96 -
YUV 115.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 170 102 46 0 0.4 0.73 0.33 27.1 0.57 0.42
Hex AA 66 2E 0 28 49 21 1B 39 2A
Octal 252 146 56 0 50 111 41 33 71 52
Binary 10101010 1100110 101110 0 101000 1001001 100001 11011 111001 101010

Color Harmonies of #AA662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA662E

Black with #AA662E

Text Example


Text Example

White with #AA662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA662E; }

 p { color: rgb(170,102,46); }

 H1.HeaderClassName
 {
   color: #AA662E;
 }
 .AnyTagClassName
 {
   color: #AA662E;
 }
</style>

background-color css

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

 a { background-color: rgb(170,102,46); }

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

border-color css

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

 span { border-color: rgb(170,102,46); }

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