Html Css Color HEX #AA6136 Mai Tai

📋 copy color: '#AA6136'

red 170 ◦ green 97 ◦ blue 54

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

Shades of Mai Tai #AA6136

Tints of Mai Tai #AA6136

RGB

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

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

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

R = 52.96%
G = 30.22%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA6136 (or 0xAA6136) is known color: Mai Tai. HEX triplet: AA, 61 and 36. RGB value is (170,97,54). Sum of RGB (Red+Green+Blue) = 170+97+54=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6136 is #559EC9. Grayscale: #727272. Windows color (decimal): -5611210 or 3563946. OLE color: 3563946.

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

Color convert

RGB 170 97 54 -
CMYK 0 0.43 0.68 0.33
HSL 22.24º 0.52% 0.44% -
HSV(B) 22.24º 0.68% 0.67% -
XYZ 21.52 17.36 5.71 -
YUV 113.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 170 97 54 0 0.43 0.68 0.33 22.24 0.52 0.44
Hex AA 61 36 0 2B 44 21 16 34 2C
Octal 252 141 66 0 53 104 41 26 64 54
Binary 10101010 1100001 110110 0 101011 1000100 100001 10110 110100 101100

Color Harmonies of #AA6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6136

Black with #AA6136

Text Example


Text Example

White with #AA6136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6136; }

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

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

background-color css

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

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

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

border-color css

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

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

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