Html Css Color HEX #AA5F24 Mai Tai

📋 copy color: '#AA5F24'

red 170 ◦ green 95 ◦ blue 36

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

Shades of Mai Tai #AA5F24

Tints of Mai Tai #AA5F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 56.48%
G = 31.56%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA5F24 (or 0xAA5F24) is known color: Mai Tai. HEX triplet: AA, 5F and 24. RGB value is (170,95,36). Sum of RGB (Red+Green+Blue) = 170+95+36=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5F24 is #55A0DB. Grayscale: #6F6F6F. Windows color (decimal): -5611740 or 2383786. OLE color: 2383786.

HSL color Cylindrical-coordinate representation of color #AA5F24: hue angle of 26.42º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA5F24 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 95 36 -
CMYK 0 0.44 0.79 0.33
HSL 26.42º 0.65% 0.4% -
HSV(B) 26.42º 0.79% 0.67% -
XYZ 20.99 16.86 3.82 -
YUV 110.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 170 95 36 0 0.44 0.79 0.33 26.42 0.65 0.4
Hex AA 5F 24 0 2C 4F 21 1A 41 28
Octal 252 137 44 0 54 117 41 32 101 50
Binary 10101010 1011111 100100 0 101100 1001111 100001 11010 1000001 101000

Color Harmonies of #AA5F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F24

Black with #AA5F24

Text Example


Text Example

White with #AA5F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F24; }

 p { color: rgb(170,95,36); }

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

background-color css

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

 a { background-color: rgb(170,95,36); }

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

border-color css

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

 span { border-color: rgb(170,95,36); }

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