Html Css Color HEX #A66A3A Mai Tai

📋 copy color: '#A66A3A'

red 166 ◦ green 106 ◦ blue 58

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

Shades of Mai Tai #A66A3A

Tints of Mai Tai #A66A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 50.3%
G = 32.12%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A66A3A (or 0xA66A3A) is known color: Mai Tai. HEX triplet: A6, 6A and 3A. RGB value is (166,106,58). Sum of RGB (Red+Green+Blue) = 166+106+58=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A3A is #5995C5. Grayscale: #767676. Windows color (decimal): -5871046 or 3828390. OLE color: 3828390.

HSL color Cylindrical-coordinate representation of color #A66A3A: hue angle of 26.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A66A3A is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 106 58 -
CMYK 0 0.36 0.65 0.35
HSL 26.67º 0.48% 0.44% -
HSV(B) 26.67º 0.65% 0.65% -
XYZ 21.64 18.72 6.48 -
YUV 118.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 166 106 58 0 0.36 0.65 0.35 26.67 0.48 0.44
Hex A6 6A 3A 0 24 41 23 1B 30 2C
Octal 246 152 72 0 44 101 43 33 60 54
Binary 10100110 1101010 111010 0 100100 1000001 100011 11011 110000 101100

Color Harmonies of #A66A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A3A

Black with #A66A3A

Text Example


Text Example

White with #A66A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A3A; }

 p { color: rgb(166,106,58); }

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

background-color css

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

 a { background-color: rgb(166,106,58); }

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

border-color css

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

 span { border-color: rgb(166,106,58); }

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