Html Css Color HEX #AA6520 Mai Tai

📋 copy color: '#AA6520'

red 170 ◦ green 101 ◦ blue 32

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

Shades of Mai Tai #AA6520

Tints of Mai Tai #AA6520

RGB

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

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

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

R = 56.11%
G = 33.33%
B = 10.56%

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

#AA6520 (or 0xAA6520) is known color: Mai Tai. HEX triplet: AA, 65 and 20. RGB value is (170,101,32). Sum of RGB (Red+Green+Blue) = 170+101+32=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6520 is #559ADF. Grayscale: #727272. Windows color (decimal): -5610208 or 2123178. OLE color: 2123178.

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

Color convert

RGB 170 101 32 -
CMYK 0 0.41 0.81 0.33
HSL 30º 0.68% 0.4% -
HSV(B) 30º 0.81% 0.67% -
XYZ 21.49 17.96 3.7 -
YUV 113.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 170 101 32 0 0.41 0.81 0.33 30 0.68 0.4
Hex AA 65 20 0 29 51 21 1E 44 28
Octal 252 145 40 0 51 121 41 36 104 50
Binary 10101010 1100101 100000 0 101001 1010001 100001 11110 1000100 101000

Color Harmonies of #AA6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6520

Black with #AA6520

Text Example


Text Example

White with #AA6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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