Html Css Color HEX #A66432 Mai Tai

📋 copy color: '#A66432'

red 166 ◦ green 100 ◦ blue 50

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

Shades of Mai Tai #A66432

Tints of Mai Tai #A66432

RGB

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

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

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

R = 52.53%
G = 31.65%
B = 15.82%

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

#A66432 (or 0xA66432) is known color: Mai Tai. HEX triplet: A6, 64 and 32. RGB value is (166,100,50). Sum of RGB (Red+Green+Blue) = 166+100+50=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A66432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66432 is #599BCD. Grayscale: #727272. Windows color (decimal): -5872590 or 3302566. OLE color: 3302566.

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

Color convert

RGB 166 100 50 -
CMYK 0 0.40 0.70 0.35
HSL 25.86º 0.54% 0.42% -
HSV(B) 25.86º 0.7% 0.65% -
XYZ 20.86 17.45 5.29 -
YUV 114.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 166 100 50 0 0.40 0.70 0.35 25.86 0.54 0.42
Hex A6 64 32 0 28 46 23 1A 36 2A
Octal 246 144 62 0 50 106 43 32 66 52
Binary 10100110 1100100 110010 0 101000 1000110 100011 11010 110110 101010

Color Harmonies of #A66432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66432

Black with #A66432

Text Example


Text Example

White with #A66432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66432; }

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

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

background-color css

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

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

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

border-color css

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

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

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