Html Css Color HEX #A66329 Mai Tai

📋 copy color: '#A66329'

red 166 ◦ green 99 ◦ blue 41

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

Shades of Mai Tai #A66329

Tints of Mai Tai #A66329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 54.25%
G = 32.35%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A66329 (or 0xA66329) is known color: Mai Tai. HEX triplet: A6, 63 and 29. RGB value is (166,99,41). Sum of RGB (Red+Green+Blue) = 166+99+41=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A66329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66329 is #599CD6. Grayscale: #707070. Windows color (decimal): -5872855 or 2712486. OLE color: 2712486.

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

Color convert

RGB 166 99 41 -
CMYK 0 0.40 0.75 0.35
HSL 27.84º 0.6% 0.41% -
HSV(B) 27.84º 0.75% 0.65% -
XYZ 20.59 17.19 4.33 -
YUV 112.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 166 99 41 0 0.40 0.75 0.35 27.84 0.6 0.41
Hex A6 63 29 0 28 4B 23 1C 3C 29
Octal 246 143 51 0 50 113 43 34 74 51
Binary 10100110 1100011 101001 0 101000 1001011 100011 11100 111100 101001

Color Harmonies of #A66329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66329

Black with #A66329

Text Example


Text Example

White with #A66329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66329; }

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

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

background-color css

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

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

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

border-color css

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

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

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