Html Css Color HEX #AA6321 Mai Tai

📋 copy color: '#AA6321'

red 170 ◦ green 99 ◦ blue 33

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

Shades of Mai Tai #AA6321

Tints of Mai Tai #AA6321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 56.29%
G = 32.78%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA6321 (or 0xAA6321) is known color: Mai Tai. HEX triplet: AA, 63 and 21. RGB value is (170,99,33). Sum of RGB (Red+Green+Blue) = 170+99+33=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6321 is #559CDE. Grayscale: #717171. Windows color (decimal): -5610719 or 2188202. OLE color: 2188202.

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

Color convert

RGB 170 99 33 -
CMYK 0 0.42 0.81 0.33
HSL 28.91º 0.67% 0.4% -
HSV(B) 28.91º 0.81% 0.67% -
XYZ 21.31 17.58 3.71 -
YUV 112.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 170 99 33 0 0.42 0.81 0.33 28.91 0.67 0.4
Hex AA 63 21 0 2A 51 21 1D 43 28
Octal 252 143 41 0 52 121 41 35 103 50
Binary 10101010 1100011 100001 0 101010 1010001 100001 11101 1000011 101000

Color Harmonies of #AA6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6321

Black with #AA6321

Text Example


Text Example

White with #AA6321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6321; }

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

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

background-color css

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

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

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

border-color css

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

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

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