Html Css Color HEX #AA6223 Mai Tai

📋 copy color: '#AA6223'

red 170 ◦ green 98 ◦ blue 35

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

Shades of Mai Tai #AA6223

Tints of Mai Tai #AA6223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 56.11%
G = 32.34%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA6223 (or 0xAA6223) is known color: Mai Tai. HEX triplet: AA, 62 and 23. RGB value is (170,98,35). Sum of RGB (Red+Green+Blue) = 170+98+35=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6223 is #559DDC. Grayscale: #707070. Windows color (decimal): -5610973 or 2319018. OLE color: 2319018.

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

Color convert

RGB 170 98 35 -
CMYK 0 0.42 0.79 0.33
HSL 28º 0.66% 0.4% -
HSV(B) 28º 0.79% 0.67% -
XYZ 21.25 17.4 3.83 -
YUV 112.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 170 98 35 0 0.42 0.79 0.33 28 0.66 0.4
Hex AA 62 23 0 2A 4F 21 1C 42 28
Octal 252 142 43 0 52 117 41 34 102 50
Binary 10101010 1100010 100011 0 101010 1001111 100001 11100 1000010 101000

Color Harmonies of #AA6223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6223

Black with #AA6223

Text Example


Text Example

White with #AA6223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6223; }

 p { color: rgb(170,98,35); }

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

background-color css

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

 a { background-color: rgb(170,98,35); }

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

border-color css

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

 span { border-color: rgb(170,98,35); }

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