#AC6620

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

Shades of Mai Tai #AC6620

Tints of Mai Tai #AC6620

Color information

#AC6620 (or 0xAC6620) is unknown color: approx Mai Tai. HEX triplet: AC, 66 and 20. RGB value is (172,102,32). Sum of RGB (Red+Green+Blue) = 172+102+32=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6620 is #5399DF. Grayscale: #737373. Windows color (decimal): -5478880 or 2123436. OLE color: 2123436.

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

Color convert

RGB17210232-
CMYK00.410.810.33
HSL30º68.63%40%-
HSV(B)30º81.4%67.45%-
XYZ22.0318.383.75-
YUV114.9581.19168.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.21%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=56.21%
G=33.33%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721023200.410.810.333068.6340
HexAC662002951211e4528
Octal25414640051121413610550
Binary10101100110011010000001010011010001100001111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6620; }

 p { color: rgb(172,102,32); }

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

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

 a { background-color: rgb(172,102,32); }

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

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

 span { border-color: rgb(172,102,32); }

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