Html Css Color HEX #AA601E Mai Tai

📋 copy color: '#AA601E'

red 170 ◦ green 96 ◦ blue 30

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

Shades of Mai Tai #AA601E

Tints of Mai Tai #AA601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 57.43%
G = 32.43%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA601E (or 0xAA601E) is known color: Mai Tai. HEX triplet: AA, 60 and 1E. RGB value is (170,96,30). Sum of RGB (Red+Green+Blue) = 170+96+30=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA601E is #559FE1. Grayscale: #6E6E6E. Windows color (decimal): -5611490 or 1990826. OLE color: 1990826.

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

Color convert

RGB 170 96 30 -
CMYK 0 0.44 0.82 0.33
HSL 28.29º 0.7% 0.39% -
HSV(B) 28.29º 0.82% 0.67% -
XYZ 20.99 17.01 3.4 -
YUV 110.6 82.52 170.37 -
System Red Green Blue C M Y K H S L
Decimal 170 96 30 0 0.44 0.82 0.33 28.29 0.7 0.39
Hex AA 60 1E 0 2C 52 21 1C 46 27
Octal 252 140 36 0 54 122 41 34 106 47
Binary 10101010 1100000 11110 0 101100 1010010 100001 11100 1000110 100111

Color Harmonies of #AA601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA601E

Black with #AA601E

Text Example


Text Example

White with #AA601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA601E; }

 p { color: rgb(170,96,30); }

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

background-color css

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

 a { background-color: rgb(170,96,30); }

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

border-color css

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

 span { border-color: rgb(170,96,30); }

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