Html Css Color HEX #A66C2E Mai Tai

📋 copy color: '#A66C2E'

red 166 ◦ green 108 ◦ blue 46

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

Shades of Mai Tai #A66C2E

Tints of Mai Tai #A66C2E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 51.88%
G = 33.75%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A66C2E (or 0xA66C2E) is known color: Mai Tai. HEX triplet: A6, 6C and 2E. RGB value is (166,108,46). Sum of RGB (Red+Green+Blue) = 166+108+46=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C2E is #5993D1. Grayscale: #767676. Windows color (decimal): -5870546 or 3042470. OLE color: 3042470.

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

Color convert

RGB 166 108 46 -
CMYK 0 0.35 0.72 0.35
HSL 31º 0.57% 0.42% -
HSV(B) 31º 0.72% 0.65% -
XYZ 21.58 19.03 5.12 -
YUV 118.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 166 108 46 0 0.35 0.72 0.35 31 0.57 0.42
Hex A6 6C 2E 0 23 48 23 1F 39 2A
Octal 246 154 56 0 43 110 43 37 71 52
Binary 10100110 1101100 101110 0 100011 1001000 100011 11111 111001 101010

Color Harmonies of #A66C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C2E

Black with #A66C2E

Text Example


Text Example

White with #A66C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C2E; }

 p { color: rgb(166,108,46); }

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

background-color css

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

 a { background-color: rgb(166,108,46); }

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

border-color css

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

 span { border-color: rgb(166,108,46); }

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