Html Css Color HEX #AA612C Mai Tai

📋 copy color: '#AA612C'

red 170 ◦ green 97 ◦ blue 44

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

Shades of Mai Tai #AA612C

Tints of Mai Tai #AA612C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 54.66%
G = 31.19%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA612C (or 0xAA612C) is known color: Mai Tai. HEX triplet: AA, 61 and 2C. RGB value is (170,97,44). Sum of RGB (Red+Green+Blue) = 170+97+44=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA612C is #559ED3. Grayscale: #717171. Windows color (decimal): -5611220 or 2908586. OLE color: 2908586.

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

Color convert

RGB 170 97 44 -
CMYK 0 0.43 0.74 0.33
HSL 25.24º 0.59% 0.42% -
HSV(B) 25.24º 0.74% 0.67% -
XYZ 21.31 17.28 4.59 -
YUV 112.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 170 97 44 0 0.43 0.74 0.33 25.24 0.59 0.42
Hex AA 61 2C 0 2B 4A 21 19 3B 2A
Octal 252 141 54 0 53 112 41 31 73 52
Binary 10101010 1100001 101100 0 101011 1001010 100001 11001 111011 101010

Color Harmonies of #AA612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA612C

Black with #AA612C

Text Example


Text Example

White with #AA612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA612C; }

 p { color: rgb(170,97,44); }

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

background-color css

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

 a { background-color: rgb(170,97,44); }

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

border-color css

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

 span { border-color: rgb(170,97,44); }

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