Html Css Color HEX #AA6521 Mai Tai

📋 copy color: '#AA6521'

red 170 ◦ green 101 ◦ blue 33

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

Shades of Mai Tai #AA6521

Tints of Mai Tai #AA6521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

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

R = 55.92%
G = 33.22%
B = 10.86%

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

#AA6521 (or 0xAA6521) is known color: Mai Tai. HEX triplet: AA, 65 and 21. RGB value is (170,101,33). Sum of RGB (Red+Green+Blue) = 170+101+33=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6521 is #559ADE. Grayscale: #727272. Windows color (decimal): -5610207 or 2188714. OLE color: 2188714.

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

Color convert

RGB 170 101 33 -
CMYK 0 0.41 0.81 0.33
HSL 29.78º 0.67% 0.4% -
HSV(B) 29.78º 0.81% 0.67% -
XYZ 21.51 17.96 3.77 -
YUV 113.88 82.36 168.03 -
System Red Green Blue C M Y K H S L
Decimal 170 101 33 0 0.41 0.81 0.33 29.78 0.67 0.4
Hex AA 65 21 0 29 51 21 1E 43 28
Octal 252 145 41 0 51 121 41 36 103 50
Binary 10101010 1100101 100001 0 101001 1010001 100001 11110 1000011 101000

Color Harmonies of #AA6521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6521

Black with #AA6521

Text Example


Text Example

White with #AA6521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6521; }

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

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

background-color css

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

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

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

border-color css

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

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

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