Html Css Color HEX #AA6536 Mai Tai

📋 copy color: '#AA6536'

red 170 ◦ green 101 ◦ blue 54

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

Shades of Mai Tai #AA6536

Tints of Mai Tai #AA6536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 52.31%
G = 31.08%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA6536 (or 0xAA6536) is known color: Mai Tai. HEX triplet: AA, 65 and 36. RGB value is (170,101,54). Sum of RGB (Red+Green+Blue) = 170+101+54=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6536 is #559AC9. Grayscale: #747474. Windows color (decimal): -5610186 or 3564970. OLE color: 3564970.

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

Color convert

RGB 170 101 54 -
CMYK 0 0.41 0.68 0.33
HSL 24.31º 0.52% 0.44% -
HSV(B) 24.31º 0.68% 0.67% -
XYZ 21.9 18.12 5.83 -
YUV 116.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 170 101 54 0 0.41 0.68 0.33 24.31 0.52 0.44
Hex AA 65 36 0 29 44 21 18 34 2C
Octal 252 145 66 0 51 104 41 30 64 54
Binary 10101010 1100101 110110 0 101001 1000100 100001 11000 110100 101100

Color Harmonies of #AA6536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6536

Black with #AA6536

Text Example


Text Example

White with #AA6536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6536; }

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

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

background-color css

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

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

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

border-color css

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

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

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