Html Css Color HEX #A66A32 Mai Tai

📋 copy color: '#A66A32'

red 166 ◦ green 106 ◦ blue 50

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

Shades of Mai Tai #A66A32

Tints of Mai Tai #A66A32

RGB

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

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

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

R = 51.55%
G = 32.92%
B = 15.53%

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

#A66A32 (or 0xA66A32) is known color: Mai Tai. HEX triplet: A6, 6A and 32. RGB value is (166,106,50). Sum of RGB (Red+Green+Blue) = 166+106+50=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A32 is #5995CD. Grayscale: #757575. Windows color (decimal): -5871054 or 3304102. OLE color: 3304102.

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

Color convert

RGB 166 106 50 -
CMYK 0 0.36 0.70 0.35
HSL 28.97º 0.54% 0.42% -
HSV(B) 28.97º 0.7% 0.65% -
XYZ 21.46 18.65 5.49 -
YUV 117.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 166 106 50 0 0.36 0.70 0.35 28.97 0.54 0.42
Hex A6 6A 32 0 24 46 23 1D 36 2A
Octal 246 152 62 0 44 106 43 35 66 52
Binary 10100110 1101010 110010 0 100100 1000110 100011 11101 110110 101010

Color Harmonies of #A66A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A32

Black with #A66A32

Text Example


Text Example

White with #A66A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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