Html Css Color HEX #AA6529 Mai Tai

📋 copy color: '#AA6529'

red 170 ◦ green 101 ◦ blue 41

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

Shades of Mai Tai #AA6529

Tints of Mai Tai #AA6529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 54.49%
G = 32.37%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA6529 (or 0xAA6529) is known color: Mai Tai. HEX triplet: AA, 65 and 29. RGB value is (170,101,41). Sum of RGB (Red+Green+Blue) = 170+101+41=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6529 is #559AD6. Grayscale: #737373. Windows color (decimal): -5610199 or 2713002. OLE color: 2713002.

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

Color convert

RGB 170 101 41 -
CMYK 0 0.41 0.76 0.33
HSL 27.91º 0.61% 0.41% -
HSV(B) 27.91º 0.76% 0.67% -
XYZ 21.63 18.01 4.43 -
YUV 114.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 170 101 41 0 0.41 0.76 0.33 27.91 0.61 0.41
Hex AA 65 29 0 29 4C 21 1C 3D 29
Octal 252 145 51 0 51 114 41 34 75 51
Binary 10101010 1100101 101001 0 101001 1001100 100001 11100 111101 101001

Color Harmonies of #AA6529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6529

Black with #AA6529

Text Example


Text Example

White with #AA6529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6529; }

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

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

background-color css

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

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

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

border-color css

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

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

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