Html Css Color HEX #A66E32 Mai Tai

📋 copy color: '#A66E32'

red 166 ◦ green 110 ◦ blue 50

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

Shades of Mai Tai #A66E32

Tints of Mai Tai #A66E32

RGB

 RED value IS 166 (65.23% from 255) = 50.92%

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 50.92%
G = 33.74%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66E32 (or 0xA66E32) is known color: Mai Tai. HEX triplet: A6, 6E and 32. RGB value is (166,110,50). Sum of RGB (Red+Green+Blue) = 166+110+50=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E32 is #5991CD. Grayscale: #787878. Windows color (decimal): -5870030 or 3305126. OLE color: 3305126.

HSL color Cylindrical-coordinate representation of color #A66E32: hue angle of 31.03º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A66E32 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 110 50 -
CMYK 0 0.34 0.70 0.35
HSL 31.03º 0.54% 0.42% -
HSV(B) 31.03º 0.7% 0.65% -
XYZ 21.88 19.49 5.63 -
YUV 119.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 166 110 50 0 0.34 0.70 0.35 31.03 0.54 0.42
Hex A6 6E 32 0 22 46 23 1F 36 2A
Octal 246 156 62 0 42 106 43 37 66 52
Binary 10100110 1101110 110010 0 100010 1000110 100011 11111 110110 101010

Color Harmonies of #A66E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66E32

Black with #A66E32

Text Example


Text Example

White with #A66E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66E32; }

 p { color: rgb(166,110,50); }

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

background-color css

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

 a { background-color: rgb(166,110,50); }

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

border-color css

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

 span { border-color: rgb(166,110,50); }

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