Html Css Color HEX #A66B32 Mai Tai

📋 copy color: '#A66B32'

red 166 ◦ green 107 ◦ blue 50

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

Shades of Mai Tai #A66B32

Tints of Mai Tai #A66B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 51.39%
G = 33.13%
B = 15.48%

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

#A66B32 (or 0xA66B32) is known color: Mai Tai. HEX triplet: A6, 6B and 32. RGB value is (166,107,50). Sum of RGB (Red+Green+Blue) = 166+107+50=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B32 is #5994CD. Grayscale: #767676. Windows color (decimal): -5870798 or 3304358. OLE color: 3304358.

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

Color convert

RGB 166 107 50 -
CMYK 0 0.36 0.70 0.35
HSL 29.48º 0.54% 0.42% -
HSV(B) 29.48º 0.7% 0.65% -
XYZ 21.56 18.85 5.52 -
YUV 118.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 166 107 50 0 0.36 0.70 0.35 29.48 0.54 0.42
Hex A6 6B 32 0 24 46 23 1D 36 2A
Octal 246 153 62 0 44 106 43 35 66 52
Binary 10100110 1101011 110010 0 100100 1000110 100011 11101 110110 101010

Color Harmonies of #A66B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B32

Black with #A66B32

Text Example


Text Example

White with #A66B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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