Html Css Color HEX #AA5E28 Mai Tai

📋 copy color: '#AA5E28'

red 170 ◦ green 94 ◦ blue 40

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

Shades of Mai Tai #AA5E28

Tints of Mai Tai #AA5E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 55.92%
G = 30.92%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA5E28 (or 0xAA5E28) is known color: Mai Tai. HEX triplet: AA, 5E and 28. RGB value is (170,94,40). Sum of RGB (Red+Green+Blue) = 170+94+40=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E28 is #55A1D7. Grayscale: #6E6E6E. Windows color (decimal): -5611992 or 2645674. OLE color: 2645674.

HSL color Cylindrical-coordinate representation of color #AA5E28: hue angle of 24.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA5E28 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 94 40 -
CMYK 0 0.45 0.76 0.33
HSL 24.92º 0.62% 0.41% -
HSV(B) 24.92º 0.76% 0.67% -
XYZ 20.96 16.7 4.13 -
YUV 110.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 170 94 40 0 0.45 0.76 0.33 24.92 0.62 0.41
Hex AA 5E 28 0 2D 4C 21 19 3E 29
Octal 252 136 50 0 55 114 41 31 76 51
Binary 10101010 1011110 101000 0 101101 1001100 100001 11001 111110 101001

Color Harmonies of #AA5E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E28

Black with #AA5E28

Text Example


Text Example

White with #AA5E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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