#AC602D

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

Shades of Mai Tai #AC602D

Tints of Mai Tai #AC602D

Color information

#AC602D (or 0xAC602D) is unknown color: approx Mai Tai. HEX triplet: AC, 60 and 2D. RGB value is (172,96,45). Sum of RGB (Red+Green+Blue) = 172+96+45=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC602D is #539FD2. Grayscale: #717171. Windows color (decimal): -5480403 or 2973868. OLE color: 2973868.

HSL color Cylindrical-coordinate representation of color #AC602D: hue angle of 24.09º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC602D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1729645-
CMYK00.440.740.33
HSL24.09º58.53%42.55%-
HSV(B)24.09º73.84%67.45%-
XYZ21.6717.334.68-
YUV112.9189.68170.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.95%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=54.95%
G=30.67%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172964500.440.740.3324.0958.5342.55
HexAC602D02C4A21183b2b
Octal2541405505411241307353
Binary1010110011000001011010101100100101010000111000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC602D; }

 p { color: rgb(172,96,45); }

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

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

 a { background-color: rgb(172,96,45); }

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

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

 span { border-color: rgb(172,96,45); }

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