Html Css Color HEX #A66D32 Mai Tai

📋 copy color: '#A66D32'

red 166 ◦ green 109 ◦ blue 50

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

Shades of Mai Tai #A66D32

Tints of Mai Tai #A66D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

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

R = 51.08%
G = 33.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66D32 (or 0xA66D32) is known color: Mai Tai. HEX triplet: A6, 6D and 32. RGB value is (166,109,50). Sum of RGB (Red+Green+Blue) = 166+109+50=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D32 is #5992CD. Grayscale: #777777. Windows color (decimal): -5870286 or 3304870. OLE color: 3304870.

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

Color convert

RGB 166 109 50 -
CMYK 0 0.34 0.70 0.35
HSL 30.52º 0.54% 0.42% -
HSV(B) 30.52º 0.7% 0.65% -
XYZ 21.77 19.27 5.59 -
YUV 119.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 166 109 50 0 0.34 0.70 0.35 30.52 0.54 0.42
Hex A6 6D 32 0 22 46 23 1F 36 2A
Octal 246 155 62 0 42 106 43 37 66 52
Binary 10100110 1101101 110010 0 100010 1000110 100011 11111 110110 101010

Color Harmonies of #A66D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D32

Black with #A66D32

Text Example


Text Example

White with #A66D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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