Html Css Color HEX #A66226 Mai Tai

📋 copy color: '#A66226'

red 166 ◦ green 98 ◦ blue 38

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

Shades of Mai Tai #A66226

Tints of Mai Tai #A66226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.58%

R = 54.97%
G = 32.45%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A66226 (or 0xA66226) is known color: Mai Tai. HEX triplet: A6, 62 and 26. RGB value is (166,98,38). Sum of RGB (Red+Green+Blue) = 166+98+38=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A66226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66226 is #599DD9. Grayscale: #6F6F6F. Windows color (decimal): -5873114 or 2515622. OLE color: 2515622.

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

Color convert

RGB 166 98 38 -
CMYK 0 0.41 0.77 0.35
HSL 28.13º 0.63% 0.4% -
HSV(B) 28.13º 0.77% 0.65% -
XYZ 20.44 16.98 4.03 -
YUV 111.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 166 98 38 0 0.41 0.77 0.35 28.13 0.63 0.4
Hex A6 62 26 0 29 4D 23 1C 3F 28
Octal 246 142 46 0 51 115 43 34 77 50
Binary 10100110 1100010 100110 0 101001 1001101 100011 11100 111111 101000

Color Harmonies of #A66226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66226

Black with #A66226

Text Example


Text Example

White with #A66226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66226; }

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

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

background-color css

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

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

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

border-color css

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

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

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