#AC6322

Color #AC6322 Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #AC6322

Tints of Mai Tai #AC6322

Color information

#AC6322 (or 0xAC6322) is unknown color: approx Mai Tai. HEX triplet: AC, 63 and 22. RGB value is (172,99,34). Sum of RGB (Red+Green+Blue) = 172+99+34=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6322 is #539CDD. Grayscale: #717171. Windows color (decimal): -5479646 or 2253740. OLE color: 2253740.

HSL color Cylindrical-coordinate representation of color #AC6322: hue angle of 28.26º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC6322 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1729934-
CMYK00.420.800.33
HSL28.26º66.99%40.39%-
HSV(B)28.26º80.23%67.45%-
XYZ21.7617.813.8-
YUV113.4283.18169.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 34 (13.67% from 255) = 11.15%
R=56.39%
G=32.46%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172993400.420.800.3328.2666.9940.39
HexAC632202A50211c4328
Octal25414342052120413410350
Binary10101100110001110001001010101010000100001111001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6322; }

 p { color: rgb(172,99,34); }

 H1.HeaderClassName
 {
   color: #AC6322;
 }
 .AnyTagClassName
 {
   color: #AC6322;
 }
</style>
background-color css

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

 a { background-color: rgb(172,99,34); }

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

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

 span { border-color: rgb(172,99,34); }

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