Html Css Color HEX #A66E34 Mai Tai

📋 copy color: '#A66E34'

red 166 ◦ green 110 ◦ blue 52

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

Shades of Mai Tai #A66E34

Tints of Mai Tai #A66E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 50.61%
G = 33.54%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A66E34 (or 0xA66E34) is known color: Mai Tai. HEX triplet: A6, 6E and 34. RGB value is (166,110,52). Sum of RGB (Red+Green+Blue) = 166+110+52=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E34 is #5991CB. Grayscale: #787878. Windows color (decimal): -5870028 or 3436198. OLE color: 3436198.

HSL color Cylindrical-coordinate representation of color #A66E34: hue angle of 30.53º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A66E34 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 110 52 -
CMYK 0 0.34 0.69 0.35
HSL 30.53º 0.52% 0.43% -
HSV(B) 30.53º 0.69% 0.65% -
XYZ 21.92 19.51 5.86 -
YUV 120.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 166 110 52 0 0.34 0.69 0.35 30.53 0.52 0.43
Hex A6 6E 34 0 22 45 23 1F 34 2B
Octal 246 156 64 0 42 105 43 37 64 53
Binary 10100110 1101110 110100 0 100010 1000101 100011 11111 110100 101011

Color Harmonies of #A66E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66E34

Black with #A66E34

Text Example


Text Example

White with #A66E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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