#AC7370

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

Shades of Coral Tree #AC7370

Tints of Coral Tree #AC7370

Color information

#AC7370 (or 0xAC7370) is unknown color: approx Coral Tree. HEX triplet: AC, 73 and 70. RGB value is (172,115,112). Sum of RGB (Red+Green+Blue) = 172+115+112=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7370 is #538C8F. Grayscale: #838383. Windows color (decimal): -5475472 or 7369644. OLE color: 7369644.

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

Color convert

RGB172115112-
CMYK00.330.350.33
HSL26.55%55.69%-
HSV(B)34.88%67.45%-
XYZ26.0722.218.24-
YUV131.7116.88156.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=43.11%
G=28.82%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211511200.330.350.33326.5555.69
HexAC7370021232131b38
Octal254163160041434133370
Binary101011001110011111000001000011000111000011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7370; }

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

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

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

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

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

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

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

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