#AC5C5C

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

Shades of Coral Tree #AC5C5C

Tints of Coral Tree #AC5C5C

Color information

#AC5C5C (or 0xAC5C5C) is unknown color: approx Coral Tree. HEX triplet: AC, 5C and 5C. RGB value is (172,92,92). Sum of RGB (Red+Green+Blue) = 172+92+92=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C5C is #53A3A3. Grayscale: #747474. Windows color (decimal): -5481380 or 6053036. OLE color: 6053036.

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

Color convert

RGB1729292-
CMYK00.470.470.33
HSL32.52%51.76%-
HSV(B)46.51%67.45%-
XYZ22.7717.212.24-
YUV115.92114.5168-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=48.31%
G=25.84%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172929200.470.470.33032.5251.76
HexAC5C5C02F2F2102134
Octal254134134057574104164
Binary101011001011100101110001011111011111000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C5C; }

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

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

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

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

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

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

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

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