Html Css Color HEX #AA6422 Mai Tai

📋 copy color: '#AA6422'

red 170 ◦ green 100 ◦ blue 34

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

Shades of Mai Tai #AA6422

Tints of Mai Tai #AA6422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 55.92%
G = 32.89%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA6422 (or 0xAA6422) is known color: Mai Tai. HEX triplet: AA, 64 and 22. RGB value is (170,100,34). Sum of RGB (Red+Green+Blue) = 170+100+34=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6422 is #559BDD. Grayscale: #717171. Windows color (decimal): -5610462 or 2253994. OLE color: 2253994.

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

Color convert

RGB 170 100 34 -
CMYK 0 0.41 0.80 0.33
HSL 29.12º 0.67% 0.4% -
HSV(B) 29.12º 0.8% 0.67% -
XYZ 21.42 17.78 3.82 -
YUV 113.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 170 100 34 0 0.41 0.80 0.33 29.12 0.67 0.4
Hex AA 64 22 0 29 50 21 1D 43 28
Octal 252 144 42 0 51 120 41 35 103 50
Binary 10101010 1100100 100010 0 101001 1010000 100001 11101 1000011 101000

Color Harmonies of #AA6422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6422

Black with #AA6422

Text Example


Text Example

White with #AA6422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6422; }

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

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

background-color css

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

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

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

border-color css

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

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

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