#AC5E5C

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

Shades of Coral Tree #AC5E5C

Tints of Coral Tree #AC5E5C

Color information

#AC5E5C (or 0xAC5E5C) is unknown color: approx Coral Tree. HEX triplet: AC, 5E and 5C. RGB value is (172,94,92). Sum of RGB (Red+Green+Blue) = 172+94+92=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E5C is #53A1A3. Grayscale: #757575. Windows color (decimal): -5480868 or 6053548. OLE color: 6053548.

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

Color convert

RGB1729492-
CMYK00.450.470.33
HSL1.5º32.52%51.76%-
HSV(B)1.5º46.51%67.45%-
XYZ22.9517.5512.3-
YUV117.09113.84167.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=48.04%
G=26.26%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172949200.450.470.331.532.5251.76
HexAC5E5C02D2F2122134
Octal254136134055574124164
Binary1010110010111101011100010110110111110000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E5C; }

 p { color: rgb(172,94,92); }

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

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

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

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

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

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

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