Html Css Color HEX #A66232 Mai Tai

📋 copy color: '#A66232'

red 166 ◦ green 98 ◦ blue 50

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

Shades of Mai Tai #A66232

Tints of Mai Tai #A66232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 52.87%
G = 31.21%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66232 (or 0xA66232) is known color: Mai Tai. HEX triplet: A6, 62 and 32. RGB value is (166,98,50). Sum of RGB (Red+Green+Blue) = 166+98+50=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66232 is #599DCD. Grayscale: #717171. Windows color (decimal): -5873102 or 3302054. OLE color: 3302054.

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

Color convert

RGB 166 98 50 -
CMYK 0 0.41 0.70 0.35
HSL 24.83º 0.54% 0.42% -
HSV(B) 24.83º 0.7% 0.65% -
XYZ 20.67 17.07 5.22 -
YUV 112.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 166 98 50 0 0.41 0.70 0.35 24.83 0.54 0.42
Hex A6 62 32 0 29 46 23 19 36 2A
Octal 246 142 62 0 51 106 43 31 66 52
Binary 10100110 1100010 110010 0 101001 1000110 100011 11001 110110 101010

Color Harmonies of #A66232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66232

Black with #A66232

Text Example


Text Example

White with #A66232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66232; }

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

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

background-color css

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

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

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

border-color css

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

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

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