Html Css Color HEX #A66327 Mai Tai

📋 copy color: '#A66327'

red 166 ◦ green 99 ◦ blue 39

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

Shades of Mai Tai #A66327

Tints of Mai Tai #A66327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 54.61%
G = 32.57%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A66327 (or 0xA66327) is known color: Mai Tai. HEX triplet: A6, 63 and 27. RGB value is (166,99,39). Sum of RGB (Red+Green+Blue) = 166+99+39=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A66327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66327 is #599CD8. Grayscale: #707070. Windows color (decimal): -5872857 or 2581414. OLE color: 2581414.

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

Color convert

RGB 166 99 39 -
CMYK 0 0.40 0.77 0.35
HSL 28.35º 0.62% 0.4% -
HSV(B) 28.35º 0.77% 0.65% -
XYZ 20.55 17.18 4.15 -
YUV 112.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 166 99 39 0 0.40 0.77 0.35 28.35 0.62 0.4
Hex A6 63 27 0 28 4D 23 1C 3E 28
Octal 246 143 47 0 50 115 43 34 76 50
Binary 10100110 1100011 100111 0 101000 1001101 100011 11100 111110 101000

Color Harmonies of #A66327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66327

Black with #A66327

Text Example


Text Example

White with #A66327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66327; }

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

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

background-color css

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

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

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

border-color css

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

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

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