Html Css Color HEX #AA662C Mai Tai

📋 copy color: '#AA662C'

red 170 ◦ green 102 ◦ blue 44

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

Shades of Mai Tai #AA662C

Tints of Mai Tai #AA662C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 53.8%
G = 32.28%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA662C (or 0xAA662C) is known color: Mai Tai. HEX triplet: AA, 66 and 2C. RGB value is (170,102,44). Sum of RGB (Red+Green+Blue) = 170+102+44=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA662C is #5599D3. Grayscale: #747474. Windows color (decimal): -5609940 or 2909866. OLE color: 2909866.

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

Color convert

RGB 170 102 44 -
CMYK 0 0.4 0.74 0.33
HSL 27.62º 0.59% 0.42% -
HSV(B) 27.62º 0.74% 0.67% -
XYZ 21.78 18.23 4.75 -
YUV 115.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 170 102 44 0 0.4 0.74 0.33 27.62 0.59 0.42
Hex AA 66 2C 0 28 4A 21 1C 3B 2A
Octal 252 146 54 0 50 112 41 34 73 52
Binary 10101010 1100110 101100 0 101000 1001010 100001 11100 111011 101010

Color Harmonies of #AA662C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA662C

Black with #AA662C

Text Example


Text Example

White with #AA662C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA662C; }

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

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

background-color css

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

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

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

border-color css

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

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

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