Html Css Color HEX #A66331 Mai Tai

📋 copy color: '#A66331'

red 166 ◦ green 99 ◦ blue 49

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

Shades of Mai Tai #A66331

Tints of Mai Tai #A66331

RGB

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

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

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

R = 52.87%
G = 31.53%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66331 (or 0xA66331) is known color: Mai Tai. HEX triplet: A6, 63 and 31. RGB value is (166,99,49). Sum of RGB (Red+Green+Blue) = 166+99+49=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66331 is #599CCE. Grayscale: #717171. Windows color (decimal): -5872847 or 3236774. OLE color: 3236774.

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

Color convert

RGB 166 99 49 -
CMYK 0 0.40 0.70 0.35
HSL 25.64º 0.54% 0.42% -
HSV(B) 25.64º 0.7% 0.65% -
XYZ 20.74 17.25 5.14 -
YUV 113.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 166 99 49 0 0.40 0.70 0.35 25.64 0.54 0.42
Hex A6 63 31 0 28 46 23 1A 36 2A
Octal 246 143 61 0 50 106 43 32 66 52
Binary 10100110 1100011 110001 0 101000 1000110 100011 11010 110110 101010

Color Harmonies of #A66331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66331

Black with #A66331

Text Example


Text Example

White with #A66331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66331; }

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

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

background-color css

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

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

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

border-color css

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

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

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