Html Css Color HEX #A66032 Mai Tai

📋 copy color: '#A66032'

red 166 ◦ green 96 ◦ blue 50

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

Shades of Mai Tai #A66032

Tints of Mai Tai #A66032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 53.21%
G = 30.77%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66032 (or 0xA66032) is known color: Mai Tai. HEX triplet: A6, 60 and 32. RGB value is (166,96,50). Sum of RGB (Red+Green+Blue) = 166+96+50=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A66032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66032 is #599FCD. Grayscale: #6F6F6F. Windows color (decimal): -5873614 or 3301542. OLE color: 3301542.

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

Color convert

RGB 166 96 50 -
CMYK 0 0.42 0.70 0.35
HSL 23.79º 0.54% 0.42% -
HSV(B) 23.79º 0.7% 0.65% -
XYZ 20.48 16.7 5.16 -
YUV 111.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 166 96 50 0 0.42 0.70 0.35 23.79 0.54 0.42
Hex A6 60 32 0 2A 46 23 18 36 2A
Octal 246 140 62 0 52 106 43 30 66 52
Binary 10100110 1100000 110010 0 101010 1000110 100011 11000 110110 101010

Color Harmonies of #A66032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66032

Black with #A66032

Text Example


Text Example

White with #A66032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66032; }

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

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

background-color css

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

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

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

border-color css

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

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

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