Html Css Color HEX #A66A2E Mai Tai

📋 copy color: '#A66A2E'

red 166 ◦ green 106 ◦ blue 46

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

Shades of Mai Tai #A66A2E

Tints of Mai Tai #A66A2E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

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

R = 52.2%
G = 33.33%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A66A2E (or 0xA66A2E) is known color: Mai Tai. HEX triplet: A6, 6A and 2E. RGB value is (166,106,46). Sum of RGB (Red+Green+Blue) = 166+106+46=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A2E is #5995D1. Grayscale: #757575. Windows color (decimal): -5871058 or 3041958. OLE color: 3041958.

HSL color Cylindrical-coordinate representation of color #A66A2E: hue angle of 30º 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 #A66A2E is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 106 46 -
CMYK 0 0.36 0.72 0.35
HSL 30º 0.57% 0.42% -
HSV(B) 30º 0.72% 0.65% -
XYZ 21.37 18.61 5.05 -
YUV 117.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 166 106 46 0 0.36 0.72 0.35 30 0.57 0.42
Hex A6 6A 2E 0 24 48 23 1E 39 2A
Octal 246 152 56 0 44 110 43 36 71 52
Binary 10100110 1101010 101110 0 100100 1001000 100011 11110 111001 101010

Color Harmonies of #A66A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A2E

Black with #A66A2E

Text Example


Text Example

White with #A66A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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