Html Css Color HEX #AA6524 Mai Tai

📋 copy color: '#AA6524'

red 170 ◦ green 101 ◦ blue 36

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

Shades of Mai Tai #AA6524

Tints of Mai Tai #AA6524

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

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

R = 55.37%
G = 32.9%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA6524 (or 0xAA6524) is known color: Mai Tai. HEX triplet: AA, 65 and 24. RGB value is (170,101,36). Sum of RGB (Red+Green+Blue) = 170+101+36=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6524 is #559ADB. Grayscale: #727272. Windows color (decimal): -5610204 or 2385322. OLE color: 2385322.

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

Color convert

RGB 170 101 36 -
CMYK 0 0.41 0.79 0.33
HSL 29.1º 0.65% 0.4% -
HSV(B) 29.1º 0.79% 0.67% -
XYZ 21.55 17.98 4 -
YUV 114.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 170 101 36 0 0.41 0.79 0.33 29.1 0.65 0.4
Hex AA 65 24 0 29 4F 21 1D 41 28
Octal 252 145 44 0 51 117 41 35 101 50
Binary 10101010 1100101 100100 0 101001 1001111 100001 11101 1000001 101000

Color Harmonies of #AA6524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6524

Black with #AA6524

Text Example


Text Example

White with #AA6524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6524; }

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

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

background-color css

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

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

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

border-color css

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

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

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