#AC6160

Color #AC6160 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AC6160

Tints of Coral Tree #AC6160

Color information

#AC6160 (or 0xAC6160) is unknown color: approx Coral Tree. HEX triplet: AC, 61 and 60. RGB value is (172,97,96). Sum of RGB (Red+Green+Blue) = 172+97+96=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6160 is #539E9F. Grayscale: #777777. Windows color (decimal): -5480096 or 6316460. OLE color: 6316460.

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

Color convert

RGB1729796-
CMYK00.440.440.33
HSL0.79º31.4%52.55%-
HSV(B)0.79º44.19%67.45%-
XYZ23.418.1613.34-
YUV119.31114.85165.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=47.12%
G=26.58%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172979600.440.440.330.7931.452.55
HexAC616002C2C2111f35
Octal254141140054544113765
Binary10101100110000111000000101100101100100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6160; }

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

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

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

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

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

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

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

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