Html Css Color HEX #A66932 Mai Tai

📋 copy color: '#A66932'

red 166 ◦ green 105 ◦ blue 50

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

Shades of Mai Tai #A66932

Tints of Mai Tai #A66932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 51.71%
G = 32.71%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66932 (or 0xA66932) is known color: Mai Tai. HEX triplet: A6, 69 and 32. RGB value is (166,105,50). Sum of RGB (Red+Green+Blue) = 166+105+50=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A66932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66932 is #5996CD. Grayscale: #757575. Windows color (decimal): -5871310 or 3303846. OLE color: 3303846.

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

Color convert

RGB 166 105 50 -
CMYK 0 0.37 0.70 0.35
HSL 28.45º 0.54% 0.42% -
HSV(B) 28.45º 0.7% 0.65% -
XYZ 21.35 18.44 5.45 -
YUV 116.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 166 105 50 0 0.37 0.70 0.35 28.45 0.54 0.42
Hex A6 69 32 0 25 46 23 1C 36 2A
Octal 246 151 62 0 45 106 43 34 66 52
Binary 10100110 1101001 110010 0 100101 1000110 100011 11100 110110 101010

Color Harmonies of #A66932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66932

Black with #A66932

Text Example


Text Example

White with #A66932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66932; }

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

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

background-color css

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

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

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

border-color css

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

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

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