Html Css Color HEX #A66231 Mai Tai

📋 copy color: '#A66231'

red 166 ◦ green 98 ◦ blue 49

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

Shades of Mai Tai #A66231

Tints of Mai Tai #A66231

RGB

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

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

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

R = 53.04%
G = 31.31%
B = 15.65%

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

#A66231 (or 0xA66231) is known color: Mai Tai. HEX triplet: A6, 62 and 31. RGB value is (166,98,49). Sum of RGB (Red+Green+Blue) = 166+98+49=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A66231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66231 is #599DCE. Grayscale: #717171. Windows color (decimal): -5873103 or 3236518. OLE color: 3236518.

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

Color convert

RGB 166 98 49 -
CMYK 0 0.41 0.70 0.35
HSL 25.13º 0.54% 0.42% -
HSV(B) 25.13º 0.7% 0.65% -
XYZ 20.65 17.06 5.11 -
YUV 112.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 166 98 49 0 0.41 0.70 0.35 25.13 0.54 0.42
Hex A6 62 31 0 29 46 23 19 36 2A
Octal 246 142 61 0 51 106 43 31 66 52
Binary 10100110 1100010 110001 0 101001 1000110 100011 11001 110110 101010

Color Harmonies of #A66231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66231

Black with #A66231

Text Example


Text Example

White with #A66231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66231; }

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

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

background-color css

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

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

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

border-color css

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

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

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