#AC7A72

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

Shades of Coral Tree #AC7A72

Tints of Coral Tree #AC7A72

Color information

#AC7A72 (or 0xAC7A72) is unknown color: approx Coral Tree. HEX triplet: AC, 7A and 72. RGB value is (172,122,114). Sum of RGB (Red+Green+Blue) = 172+122+114=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A72 is #53858D. Grayscale: #888888. Windows color (decimal): -5473678 or 7502508. OLE color: 7502508.

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

Color convert

RGB172122114-
CMYK00.290.340.33
HSL8.28º25.89%56.08%-
HSV(B)8.28º33.72%67.45%-
XYZ27.0123.919.11-
YUV136.04115.56153.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=42.16%
G=29.90%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212211400.290.340.338.2825.8956.08
HexAC7A7201D222181a38
Octal2541721620354241103270
Binary1010110011110101110010011101100010100001100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A72; }

 p { color: rgb(172,122,114); }

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

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

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

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

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

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

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