Html Css Color HEX #A66332 Mai Tai

📋 copy color: '#A66332'

red 166 ◦ green 99 ◦ blue 50

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

Shades of Mai Tai #A66332

Tints of Mai Tai #A66332

RGB

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

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

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

R = 52.7%
G = 31.43%
B = 15.87%

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

#A66332 (or 0xA66332) is known color: Mai Tai. HEX triplet: A6, 63 and 32. RGB value is (166,99,50). Sum of RGB (Red+Green+Blue) = 166+99+50=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A66332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66332 is #599CCD. Grayscale: #717171. Windows color (decimal): -5872846 or 3302310. OLE color: 3302310.

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

Color convert

RGB 166 99 50 -
CMYK 0 0.40 0.70 0.35
HSL 25.34º 0.54% 0.42% -
HSV(B) 25.34º 0.7% 0.65% -
XYZ 20.76 17.26 5.25 -
YUV 113.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 166 99 50 0 0.40 0.70 0.35 25.34 0.54 0.42
Hex A6 63 32 0 28 46 23 19 36 2A
Octal 246 143 62 0 50 106 43 31 66 52
Binary 10100110 1100011 110010 0 101000 1000110 100011 11001 110110 101010

Color Harmonies of #A66332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66332

Black with #A66332

Text Example


Text Example

White with #A66332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66332; }

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

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

background-color css

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

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

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

border-color css

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

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

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