Html Css Color HEX #AA662B Mai Tai

📋 copy color: '#AA662B'

red 170 ◦ green 102 ◦ blue 43

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

Shades of Mai Tai #AA662B

Tints of Mai Tai #AA662B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 53.97%
G = 32.38%
B = 13.65%

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

#AA662B (or 0xAA662B) is known color: Mai Tai. HEX triplet: AA, 66 and 2B. RGB value is (170,102,43). Sum of RGB (Red+Green+Blue) = 170+102+43=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA662B is #5599D4. Grayscale: #737373. Windows color (decimal): -5609941 or 2844330. OLE color: 2844330.

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

Color convert

RGB 170 102 43 -
CMYK 0 0.4 0.75 0.33
HSL 27.87º 0.6% 0.42% -
HSV(B) 27.87º 0.75% 0.67% -
XYZ 21.76 18.22 4.66 -
YUV 115.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 170 102 43 0 0.4 0.75 0.33 27.87 0.6 0.42
Hex AA 66 2B 0 28 4B 21 1C 3C 2A
Octal 252 146 53 0 50 113 41 34 74 52
Binary 10101010 1100110 101011 0 101000 1001011 100001 11100 111100 101010

Color Harmonies of #AA662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA662B

Black with #AA662B

Text Example


Text Example

White with #AA662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA662B; }

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

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

background-color css

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

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

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

border-color css

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

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

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