Html Css Color HEX #AA6227 Mai Tai

📋 copy color: '#AA6227'

red 170 ◦ green 98 ◦ blue 39

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

Shades of Mai Tai #AA6227

Tints of Mai Tai #AA6227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 55.37%
G = 31.92%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA6227 (or 0xAA6227) is known color: Mai Tai. HEX triplet: AA, 62 and 27. RGB value is (170,98,39). Sum of RGB (Red+Green+Blue) = 170+98+39=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6227 is #559DD8. Grayscale: #717171. Windows color (decimal): -5610969 or 2581162. OLE color: 2581162.

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

Color convert

RGB 170 98 39 -
CMYK 0 0.42 0.77 0.33
HSL 27.02º 0.63% 0.41% -
HSV(B) 27.02º 0.77% 0.67% -
XYZ 21.31 17.43 4.16 -
YUV 112.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 170 98 39 0 0.42 0.77 0.33 27.02 0.63 0.41
Hex AA 62 27 0 2A 4D 21 1B 3F 29
Octal 252 142 47 0 52 115 41 33 77 51
Binary 10101010 1100010 100111 0 101010 1001101 100001 11011 111111 101001

Color Harmonies of #AA6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6227

Black with #AA6227

Text Example


Text Example

White with #AA6227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6227; }

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

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

background-color css

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

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

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

border-color css

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

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

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