Html Css Color HEX #AA6420 Mai Tai

📋 copy color: '#AA6420'

red 170 ◦ green 100 ◦ blue 32

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

Shades of Mai Tai #AA6420

Tints of Mai Tai #AA6420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 56.29%
G = 33.11%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA6420 (or 0xAA6420) is known color: Mai Tai. HEX triplet: AA, 64 and 20. RGB value is (170,100,32). Sum of RGB (Red+Green+Blue) = 170+100+32=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6420 is #559BDF. Grayscale: #717171. Windows color (decimal): -5610464 or 2122922. OLE color: 2122922.

HSL color Cylindrical-coordinate representation of color #AA6420: hue angle of 29.57º degrees, saturation: 0.68, 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 #AA6420 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 100 32 -
CMYK 0 0.41 0.81 0.33
HSL 29.57º 0.68% 0.4% -
HSV(B) 29.57º 0.81% 0.67% -
XYZ 21.4 17.76 3.67 -
YUV 113.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 170 100 32 0 0.41 0.81 0.33 29.57 0.68 0.4
Hex AA 64 20 0 29 51 21 1E 44 28
Octal 252 144 40 0 51 121 41 36 104 50
Binary 10101010 1100100 100000 0 101001 1010001 100001 11110 1000100 101000

Color Harmonies of #AA6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6420

Black with #AA6420

Text Example


Text Example

White with #AA6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6420; }

 p { color: rgb(170,100,32); }

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

background-color css

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

 a { background-color: rgb(170,100,32); }

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

border-color css

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

 span { border-color: rgb(170,100,32); }

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