Html Css Color HEX #A66320 Mai Tai

📋 copy color: '#A66320'

red 166 ◦ green 99 ◦ blue 32

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

Shades of Mai Tai #A66320

Tints of Mai Tai #A66320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 55.89%
G = 33.33%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A66320 (or 0xA66320) is known color: Mai Tai. HEX triplet: A6, 63 and 20. RGB value is (166,99,32). Sum of RGB (Red+Green+Blue) = 166+99+32=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A66320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66320 is #599CDF. Grayscale: #6F6F6F. Windows color (decimal): -5872864 or 2122662. OLE color: 2122662.

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

Color convert

RGB 166 99 32 -
CMYK 0 0.40 0.81 0.35
HSL 30º 0.68% 0.39% -
HSV(B) 30º 0.81% 0.65% -
XYZ 20.45 17.13 3.6 -
YUV 111.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 166 99 32 0 0.40 0.81 0.35 30 0.68 0.39
Hex A6 63 20 0 28 51 23 1E 44 27
Octal 246 143 40 0 50 121 43 36 104 47
Binary 10100110 1100011 100000 0 101000 1010001 100011 11110 1000100 100111

Color Harmonies of #A66320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66320

Black with #A66320

Text Example


Text Example

White with #A66320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66320; }

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

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

background-color css

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

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

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

border-color css

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

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

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