#AC6A26

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

Shades of Mai Tai #AC6A26

Tints of Mai Tai #AC6A26

Color information

#AC6A26 (or 0xAC6A26) is unknown color: approx Mai Tai. HEX triplet: AC, 6A and 26. RGB value is (172,106,38). Sum of RGB (Red+Green+Blue) = 172+106+38=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A26 is #5395D9. Grayscale: #767676. Windows color (decimal): -5477850 or 2517676. OLE color: 2517676.

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

Color convert

RGB17210638-
CMYK00.380.780.33
HSL30.45º63.81%41.18%-
HSV(B)30.45º77.91%67.45%-
XYZ22.5219.224.36-
YUV117.9882.87166.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=54.43%
G=33.54%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721063800.380.780.3330.4563.8141.18
HexAC6A260264E211e4029
Octal25415246046116413610051
Binary10101100110101010011001001101001110100001111101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A26; }

 p { color: rgb(172,106,38); }

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

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

 a { background-color: rgb(172,106,38); }

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

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

 span { border-color: rgb(172,106,38); }

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