Html Css Color HEX #A66A29 Mai Tai

📋 copy color: '#A66A29'

red 166 ◦ green 106 ◦ blue 41

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

Shades of Mai Tai #A66A29

Tints of Mai Tai #A66A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 53.04%
G = 33.87%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A66A29 (or 0xA66A29) is known color: Mai Tai. HEX triplet: A6, 6A and 29. RGB value is (166,106,41). Sum of RGB (Red+Green+Blue) = 166+106+41=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A29 is #5995D6. Grayscale: #747474. Windows color (decimal): -5871063 or 2714278. OLE color: 2714278.

HSL color Cylindrical-coordinate representation of color #A66A29: hue angle of 31.2º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A66A29 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 106 41 -
CMYK 0 0.36 0.75 0.35
HSL 31.2º 0.6% 0.41% -
HSV(B) 31.2º 0.75% 0.65% -
XYZ 21.28 18.58 4.56 -
YUV 116.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 166 106 41 0 0.36 0.75 0.35 31.2 0.6 0.41
Hex A6 6A 29 0 24 4B 23 1F 3C 29
Octal 246 152 51 0 44 113 43 37 74 51
Binary 10100110 1101010 101001 0 100100 1001011 100011 11111 111100 101001

Color Harmonies of #A66A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A29

Black with #A66A29

Text Example


Text Example

White with #A66A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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