#AC6060

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

Shades of Coral Tree #AC6060

Tints of Coral Tree #AC6060

Color information

#AC6060 (or 0xAC6060) is unknown color: approx Coral Tree. HEX triplet: AC, 60 and 60. RGB value is (172,96,96). Sum of RGB (Red+Green+Blue) = 172+96+96=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6060 is #539F9F. Grayscale: #767676. Windows color (decimal): -5480352 or 6316204. OLE color: 6316204.

HSL color Cylindrical-coordinate representation of color #AC6060: hue angle of 0º 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 #AC6060 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1729696-
CMYK00.440.440.33
HSL31.4%52.55%-
HSV(B)44.19%67.45%-
XYZ23.3117.9813.31-
YUV118.72115.18166-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=47.25%
G=26.37%
B=26.37%

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
Decimal172969600.440.440.33031.452.55
HexAC606002C2C2101f35
Octal254140140054544103765
Binary10101100110000011000000101100101100100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6060; }

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

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

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

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

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

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

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

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