Html Css Color HEX #AA611E Mai Tai

📋 copy color: '#AA611E'

red 170 ◦ green 97 ◦ blue 30

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

Shades of Mai Tai #AA611E

Tints of Mai Tai #AA611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 57.24%
G = 32.66%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA611E (or 0xAA611E) is known color: Mai Tai. HEX triplet: AA, 61 and 1E. RGB value is (170,97,30). Sum of RGB (Red+Green+Blue) = 170+97+30=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA611E is #559EE1. Grayscale: #6F6F6F. Windows color (decimal): -5611234 or 1991082. OLE color: 1991082.

HSL color Cylindrical-coordinate representation of color #AA611E: hue angle of 28.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA611E is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 30 -
CMYK 0 0.43 0.82 0.33
HSL 28.71º 0.7% 0.39% -
HSV(B) 28.71º 0.82% 0.67% -
XYZ 21.09 17.19 3.43 -
YUV 111.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 170 97 30 0 0.43 0.82 0.33 28.71 0.7 0.39
Hex AA 61 1E 0 2B 52 21 1D 46 27
Octal 252 141 36 0 53 122 41 35 106 47
Binary 10101010 1100001 11110 0 101011 1010010 100001 11101 1000110 100111

Color Harmonies of #AA611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA611E

Black with #AA611E

Text Example


Text Example

White with #AA611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA611E; }

 p { color: rgb(170,97,30); }

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

background-color css

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

 a { background-color: rgb(170,97,30); }

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

border-color css

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

 span { border-color: rgb(170,97,30); }

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