Html Css Color HEX #A66B31 Mai Tai

📋 copy color: '#A66B31'

red 166 ◦ green 107 ◦ blue 49

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

Shades of Mai Tai #A66B31

Tints of Mai Tai #A66B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.23%

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 51.55%
G = 33.23%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66B31 (or 0xA66B31) is known color: Mai Tai. HEX triplet: A6, 6B and 31. RGB value is (166,107,49). Sum of RGB (Red+Green+Blue) = 166+107+49=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B31 is #5994CE. Grayscale: #767676. Windows color (decimal): -5870799 or 3238822. OLE color: 3238822.

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

Color convert

RGB 166 107 49 -
CMYK 0 0.36 0.70 0.35
HSL 29.74º 0.54% 0.42% -
HSV(B) 29.74º 0.7% 0.65% -
XYZ 21.54 18.84 5.41 -
YUV 118.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 166 107 49 0 0.36 0.70 0.35 29.74 0.54 0.42
Hex A6 6B 31 0 24 46 23 1E 36 2A
Octal 246 153 61 0 44 106 43 36 66 52
Binary 10100110 1101011 110001 0 100100 1000110 100011 11110 110110 101010

Color Harmonies of #A66B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B31

Black with #A66B31

Text Example


Text Example

White with #A66B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B31; }

 p { color: rgb(166,107,49); }

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

background-color css

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

 a { background-color: rgb(166,107,49); }

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

border-color css

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

 span { border-color: rgb(166,107,49); }

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