#AC6130

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

Shades of Mai Tai #AC6130

Tints of Mai Tai #AC6130

Color information

#AC6130 (or 0xAC6130) is unknown color: approx Mai Tai. HEX triplet: AC, 61 and 30. RGB value is (172,97,48). Sum of RGB (Red+Green+Blue) = 172+97+48=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6130 is #539ECF. Grayscale: #727272. Windows color (decimal): -5480144 or 3170732. OLE color: 3170732.

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

Color convert

RGB1729748-
CMYK00.440.720.33
HSL23.71º56.36%43.14%-
HSV(B)23.71º72.09%67.45%-
XYZ21.8217.535.03-
YUV113.8490.85169.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=54.26%
G=30.60%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172974800.440.720.3323.7156.3643.14
HexAC613002C482118382b
Octal2541416005411041307053
Binary1010110011000011100000101100100100010000111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6130; }

 p { color: rgb(172,97,48); }

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

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

 a { background-color: rgb(172,97,48); }

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

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

 span { border-color: rgb(172,97,48); }

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