Html Css Color HEX #AA612A Mai Tai

📋 copy color: '#AA612A'

red 170 ◦ green 97 ◦ blue 42

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

Shades of Mai Tai #AA612A

Tints of Mai Tai #AA612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 55.02%
G = 31.39%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA612A (or 0xAA612A) is known color: Mai Tai. HEX triplet: AA, 61 and 2A. RGB value is (170,97,42). Sum of RGB (Red+Green+Blue) = 170+97+42=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA612A is #559ED5. Grayscale: #707070. Windows color (decimal): -5611222 or 2777514. OLE color: 2777514.

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

Color convert

RGB 170 97 42 -
CMYK 0 0.43 0.75 0.33
HSL 25.78º 0.6% 0.42% -
HSV(B) 25.78º 0.75% 0.67% -
XYZ 21.27 17.26 4.4 -
YUV 112.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 170 97 42 0 0.43 0.75 0.33 25.78 0.6 0.42
Hex AA 61 2A 0 2B 4B 21 1A 3C 2A
Octal 252 141 52 0 53 113 41 32 74 52
Binary 10101010 1100001 101010 0 101011 1001011 100001 11010 111100 101010

Color Harmonies of #AA612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA612A

Black with #AA612A

Text Example


Text Example

White with #AA612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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