Html Css Color HEX #A66336 Mai Tai

📋 copy color: '#A66336'

red 166 ◦ green 99 ◦ blue 54

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

Shades of Mai Tai #A66336

Tints of Mai Tai #A66336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 52.04%
G = 31.03%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A66336 (or 0xA66336) is known color: Mai Tai. HEX triplet: A6, 63 and 36. RGB value is (166,99,54). Sum of RGB (Red+Green+Blue) = 166+99+54=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A66336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66336 is #599CC9. Grayscale: #727272. Windows color (decimal): -5872842 or 3564454. OLE color: 3564454.

HSL color Cylindrical-coordinate representation of color #A66336: hue angle of 24.11º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A66336 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 54 -
CMYK 0 0.40 0.67 0.35
HSL 24.11º 0.51% 0.43% -
HSV(B) 24.11º 0.67% 0.65% -
XYZ 20.85 17.3 5.73 -
YUV 113.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 166 99 54 0 0.40 0.67 0.35 24.11 0.51 0.43
Hex A6 63 36 0 28 43 23 18 33 2B
Octal 246 143 66 0 50 103 43 30 63 53
Binary 10100110 1100011 110110 0 101000 1000011 100011 11000 110011 101011

Color Harmonies of #A66336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66336

Black with #A66336

Text Example


Text Example

White with #A66336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66336; }

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

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

background-color css

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

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

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

border-color css

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

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

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