Html Css Color HEX #AA6121 Mai Tai

📋 copy color: '#AA6121'

red 170 ◦ green 97 ◦ blue 33

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

Shades of Mai Tai #AA6121

Tints of Mai Tai #AA6121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11%

R = 56.67%
G = 32.33%
B = 11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA6121 (or 0xAA6121) is known color: Mai Tai. HEX triplet: AA, 61 and 21. RGB value is (170,97,33). Sum of RGB (Red+Green+Blue) = 170+97+33=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6121 is #559EDE. Grayscale: #6F6F6F. Windows color (decimal): -5611231 or 2187690. OLE color: 2187690.

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

Color convert

RGB 170 97 33 -
CMYK 0 0.43 0.81 0.33
HSL 28.03º 0.67% 0.4% -
HSV(B) 28.03º 0.81% 0.67% -
XYZ 21.13 17.21 3.65 -
YUV 111.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 170 97 33 0 0.43 0.81 0.33 28.03 0.67 0.4
Hex AA 61 21 0 2B 51 21 1C 43 28
Octal 252 141 41 0 53 121 41 34 103 50
Binary 10101010 1100001 100001 0 101011 1010001 100001 11100 1000011 101000

Color Harmonies of #AA6121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6121

Black with #AA6121

Text Example


Text Example

White with #AA6121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6121; }

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

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

background-color css

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

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

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

border-color css

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

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

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