Html Css Color HEX #AA612D Mai Tai

📋 copy color: '#AA612D'

red 170 ◦ green 97 ◦ blue 45

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

Shades of Mai Tai #AA612D

Tints of Mai Tai #AA612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 54.49%
G = 31.09%
B = 14.42%

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

#AA612D (or 0xAA612D) is known color: Mai Tai. HEX triplet: AA, 61 and 2D. RGB value is (170,97,45). Sum of RGB (Red+Green+Blue) = 170+97+45=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA612D is #559ED2. Grayscale: #717171. Windows color (decimal): -5611219 or 2974122. OLE color: 2974122.

HSL color Cylindrical-coordinate representation of color #AA612D: hue angle of 24.96º degrees, saturation: 0.58, 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 #AA612D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 45 -
CMYK 0 0.43 0.74 0.33
HSL 24.96º 0.58% 0.42% -
HSV(B) 24.96º 0.74% 0.67% -
XYZ 21.33 17.28 4.69 -
YUV 112.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 170 97 45 0 0.43 0.74 0.33 24.96 0.58 0.42
Hex AA 61 2D 0 2B 4A 21 19 3A 2A
Octal 252 141 55 0 53 112 41 31 72 52
Binary 10101010 1100001 101101 0 101011 1001010 100001 11001 111010 101010

Color Harmonies of #AA612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA612D

Black with #AA612D

Text Example


Text Example

White with #AA612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA612D; }

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

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

background-color css

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

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

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

border-color css

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

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

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