Html Css Color HEX #AA612B Mai Tai

📋 copy color: '#AA612B'

red 170 ◦ green 97 ◦ blue 43

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

Shades of Mai Tai #AA612B

Tints of Mai Tai #AA612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 54.84%
G = 31.29%
B = 13.87%

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

#AA612B (or 0xAA612B) is known color: Mai Tai. HEX triplet: AA, 61 and 2B. RGB value is (170,97,43). Sum of RGB (Red+Green+Blue) = 170+97+43=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA612B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA612B is #559ED4. Grayscale: #707070. Windows color (decimal): -5611221 or 2843050. OLE color: 2843050.

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

Color convert

RGB 170 97 43 -
CMYK 0 0.43 0.75 0.33
HSL 25.51º 0.6% 0.42% -
HSV(B) 25.51º 0.75% 0.67% -
XYZ 21.29 17.27 4.5 -
YUV 112.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 170 97 43 0 0.43 0.75 0.33 25.51 0.6 0.42
Hex AA 61 2B 0 2B 4B 21 1A 3C 2A
Octal 252 141 53 0 53 113 41 32 74 52
Binary 10101010 1100001 101011 0 101011 1001011 100001 11010 111100 101010

Color Harmonies of #AA612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA612B

Black with #AA612B

Text Example


Text Example

White with #AA612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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