Html Css Color HEX #AA5E26 Mai Tai

📋 copy color: '#AA5E26'

red 170 ◦ green 94 ◦ blue 38

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

Shades of Mai Tai #AA5E26

Tints of Mai Tai #AA5E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.58%

R = 56.29%
G = 31.13%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA5E26 (or 0xAA5E26) is known color: Mai Tai. HEX triplet: AA, 5E and 26. RGB value is (170,94,38). Sum of RGB (Red+Green+Blue) = 170+94+38=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E26 is #55A1D9. Grayscale: #6E6E6E. Windows color (decimal): -5611994 or 2514602. OLE color: 2514602.

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

Color convert

RGB 170 94 38 -
CMYK 0 0.45 0.78 0.33
HSL 25.45º 0.63% 0.41% -
HSV(B) 25.45º 0.78% 0.67% -
XYZ 20.93 16.69 3.95 -
YUV 110.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 170 94 38 0 0.45 0.78 0.33 25.45 0.63 0.41
Hex AA 5E 26 0 2D 4E 21 19 3F 29
Octal 252 136 46 0 55 116 41 31 77 51
Binary 10101010 1011110 100110 0 101101 1001110 100001 11001 111111 101001

Color Harmonies of #AA5E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E26

Black with #AA5E26

Text Example


Text Example

White with #AA5E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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