Html Css Color HEX #A66632 Mai Tai

📋 copy color: '#A66632'

red 166 ◦ green 102 ◦ blue 50

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

Shades of Mai Tai #A66632

Tints of Mai Tai #A66632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 52.2%
G = 32.08%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66632 (or 0xA66632) is known color: Mai Tai. HEX triplet: A6, 66 and 32. RGB value is (166,102,50). Sum of RGB (Red+Green+Blue) = 166+102+50=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A66632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66632 is #5999CD. Grayscale: #737373. Windows color (decimal): -5872078 or 3303078. OLE color: 3303078.

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

Color convert

RGB 166 102 50 -
CMYK 0 0.39 0.70 0.35
HSL 26.9º 0.54% 0.42% -
HSV(B) 26.9º 0.7% 0.65% -
XYZ 21.05 17.84 5.35 -
YUV 115.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 166 102 50 0 0.39 0.70 0.35 26.9 0.54 0.42
Hex A6 66 32 0 27 46 23 1B 36 2A
Octal 246 146 62 0 47 106 43 33 66 52
Binary 10100110 1100110 110010 0 100111 1000110 100011 11011 110110 101010

Color Harmonies of #A66632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66632

Black with #A66632

Text Example


Text Example

White with #A66632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66632; }

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

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

background-color css

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

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

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

border-color css

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

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

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