Html Css Color HEX #A66224 Mai Tai

📋 copy color: '#A66224'

red 166 ◦ green 98 ◦ blue 36

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

Shades of Mai Tai #A66224

Tints of Mai Tai #A66224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12%

R = 55.33%
G = 32.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A66224 (or 0xA66224) is known color: Mai Tai. HEX triplet: A6, 62 and 24. RGB value is (166,98,36). Sum of RGB (Red+Green+Blue) = 166+98+36=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A66224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66224 is #599DDB. Grayscale: #6F6F6F. Windows color (decimal): -5873116 or 2384550. OLE color: 2384550.

HSL color Cylindrical-coordinate representation of color #A66224: hue angle of 28.62º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A66224 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 98 36 -
CMYK 0 0.41 0.78 0.35
HSL 28.62º 0.64% 0.4% -
HSV(B) 28.62º 0.78% 0.65% -
XYZ 20.41 16.97 3.87 -
YUV 111.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 166 98 36 0 0.41 0.78 0.35 28.62 0.64 0.4
Hex A6 62 24 0 29 4E 23 1D 40 28
Octal 246 142 44 0 51 116 43 35 100 50
Binary 10100110 1100010 100100 0 101001 1001110 100011 11101 1000000 101000

Color Harmonies of #A66224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66224

Black with #A66224

Text Example


Text Example

White with #A66224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66224; }

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

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

background-color css

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

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

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

border-color css

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

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

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