Html Css Color HEX #A66431 Mai Tai

📋 copy color: '#A66431'

red 166 ◦ green 100 ◦ blue 49

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

Shades of Mai Tai #A66431

Tints of Mai Tai #A66431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

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

R = 52.7%
G = 31.75%
B = 15.56%

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

#A66431 (or 0xA66431) is known color: Mai Tai. HEX triplet: A6, 64 and 31. RGB value is (166,100,49). Sum of RGB (Red+Green+Blue) = 166+100+49=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A66431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66431 is #599BCE. Grayscale: #727272. Windows color (decimal): -5872591 or 3237030. OLE color: 3237030.

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

Color convert

RGB 166 100 49 -
CMYK 0 0.40 0.70 0.35
HSL 26.15º 0.54% 0.42% -
HSV(B) 26.15º 0.7% 0.65% -
XYZ 20.84 17.44 5.17 -
YUV 113.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 166 100 49 0 0.40 0.70 0.35 26.15 0.54 0.42
Hex A6 64 31 0 28 46 23 1A 36 2A
Octal 246 144 61 0 50 106 43 32 66 52
Binary 10100110 1100100 110001 0 101000 1000110 100011 11010 110110 101010

Color Harmonies of #A66431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66431

Black with #A66431

Text Example


Text Example

White with #A66431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66431; }

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

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

background-color css

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

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

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

border-color css

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

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

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