Html Css Color HEX #AA6033 Mai Tai

📋 copy color: '#AA6033'

red 170 ◦ green 96 ◦ blue 51

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

Shades of Mai Tai #AA6033

Tints of Mai Tai #AA6033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 53.63%
G = 30.28%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA6033 (or 0xAA6033) is known color: Mai Tai. HEX triplet: AA, 60 and 33. RGB value is (170,96,51). Sum of RGB (Red+Green+Blue) = 170+96+51=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6033 is #559FCC. Grayscale: #717171. Windows color (decimal): -5611469 or 3367082. OLE color: 3367082.

HSL color Cylindrical-coordinate representation of color #AA6033: hue angle of 22.69º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA6033 is Cyan = 0, Magento = 0.44, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 51 -
CMYK 0 0.44 0.7 0.33
HSL 22.69º 0.54% 0.43% -
HSV(B) 22.69º 0.7% 0.67% -
XYZ 21.36 17.15 5.32 -
YUV 113 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 170 96 51 0 0.44 0.7 0.33 22.69 0.54 0.43
Hex AA 60 33 0 2C 46 21 17 36 2B
Octal 252 140 63 0 54 106 41 27 66 53
Binary 10101010 1100000 110011 0 101100 1000110 100001 10111 110110 101011

Color Harmonies of #AA6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6033

Black with #AA6033

Text Example


Text Example

White with #AA6033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6033; }

 p { color: rgb(170,96,51); }

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

background-color css

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

 a { background-color: rgb(170,96,51); }

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

border-color css

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

 span { border-color: rgb(170,96,51); }

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