Html Css Color HEX #AA6124 Mai Tai

📋 copy color: '#AA6124'

red 170 ◦ green 97 ◦ blue 36

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

Shades of Mai Tai #AA6124

Tints of Mai Tai #AA6124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 56.11%
G = 32.01%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA6124 (or 0xAA6124) is known color: Mai Tai. HEX triplet: AA, 61 and 24. RGB value is (170,97,36). Sum of RGB (Red+Green+Blue) = 170+97+36=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6124 is #559EDB. Grayscale: #707070. Windows color (decimal): -5611228 or 2384298. OLE color: 2384298.

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

Color convert

RGB 170 97 36 -
CMYK 0 0.43 0.79 0.33
HSL 27.31º 0.65% 0.4% -
HSV(B) 27.31º 0.79% 0.67% -
XYZ 21.17 17.22 3.88 -
YUV 111.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 170 97 36 0 0.43 0.79 0.33 27.31 0.65 0.4
Hex AA 61 24 0 2B 4F 21 1B 41 28
Octal 252 141 44 0 53 117 41 33 101 50
Binary 10101010 1100001 100100 0 101011 1001111 100001 11011 1000001 101000

Color Harmonies of #AA6124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6124

Black with #AA6124

Text Example


Text Example

White with #AA6124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6124; }

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

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

background-color css

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

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

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

border-color css

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

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

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