Html Css Color HEX #AA5E2C Mai Tai

📋 copy color: '#AA5E2C'

red 170 ◦ green 94 ◦ blue 44

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

Shades of Mai Tai #AA5E2C

Tints of Mai Tai #AA5E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 55.19%
G = 30.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA5E2C (or 0xAA5E2C) is known color: Mai Tai. HEX triplet: AA, 5E and 2C. RGB value is (170,94,44). Sum of RGB (Red+Green+Blue) = 170+94+44=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E2C is #55A1D3. Grayscale: #6F6F6F. Windows color (decimal): -5611988 or 2907818. OLE color: 2907818.

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

Color convert

RGB 170 94 44 -
CMYK 0 0.45 0.74 0.33
HSL 23.81º 0.59% 0.42% -
HSV(B) 23.81º 0.74% 0.67% -
XYZ 21.03 16.73 4.5 -
YUV 111.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 170 94 44 0 0.45 0.74 0.33 23.81 0.59 0.42
Hex AA 5E 2C 0 2D 4A 21 18 3B 2A
Octal 252 136 54 0 55 112 41 30 73 52
Binary 10101010 1011110 101100 0 101101 1001010 100001 11000 111011 101010

Color Harmonies of #AA5E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E2C

Black with #AA5E2C

Text Example


Text Example

White with #AA5E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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