Html Css Color HEX #AA622E Mai Tai

📋 copy color: '#AA622E'

red 170 ◦ green 98 ◦ blue 46

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

Shades of Mai Tai #AA622E

Tints of Mai Tai #AA622E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 54.14%
G = 31.21%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA622E (or 0xAA622E) is known color: Mai Tai. HEX triplet: AA, 62 and 2E. RGB value is (170,98,46). Sum of RGB (Red+Green+Blue) = 170+98+46=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA622E is #559DD1. Grayscale: #717171. Windows color (decimal): -5610962 or 3039914. OLE color: 3039914.

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

Color convert

RGB 170 98 46 -
CMYK 0 0.42 0.73 0.33
HSL 25.16º 0.57% 0.42% -
HSV(B) 25.16º 0.73% 0.67% -
XYZ 21.44 17.48 4.83 -
YUV 113.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 170 98 46 0 0.42 0.73 0.33 25.16 0.57 0.42
Hex AA 62 2E 0 2A 49 21 19 39 2A
Octal 252 142 56 0 52 111 41 31 71 52
Binary 10101010 1100010 101110 0 101010 1001001 100001 11001 111001 101010

Color Harmonies of #AA622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA622E

Black with #AA622E

Text Example


Text Example

White with #AA622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA622E; }

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

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

background-color css

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

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

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

border-color css

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

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

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