#AC7870

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

Shades of Coral Tree #AC7870

Tints of Coral Tree #AC7870

Color information

#AC7870 (or 0xAC7870) is unknown color: approx Coral Tree. HEX triplet: AC, 78 and 70. RGB value is (172,120,112). Sum of RGB (Red+Green+Blue) = 172+120+112=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7870 is #53878F. Grayscale: #868686. Windows color (decimal): -5474192 or 7370924. OLE color: 7370924.

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

Color convert

RGB172120112-
CMYK00.300.350.33
HSL26.55%55.69%-
HSV(B)34.88%67.45%-
XYZ26.6523.3718.44-
YUV134.64115.23154.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=42.57%
G=29.70%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212011200.300.350.33826.5555.69
HexAC787001E232181b38
Octal2541701600364341103370
Binary1010110011110001110000011110100011100001100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7870; }

 p { color: rgb(172,120,112); }

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

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

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

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

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

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

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