#AC7272

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

Shades of Coral Tree #AC7272

Tints of Coral Tree #AC7272

Color information

#AC7272 (or 0xAC7272) is unknown color: approx Coral Tree. HEX triplet: AC, 72 and 72. RGB value is (172,114,114). Sum of RGB (Red+Green+Blue) = 172+114+114=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7272 is #538D8D. Grayscale: #838383. Windows color (decimal): -5475726 or 7500460. OLE color: 7500460.

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

Color convert

RGB172114114-
CMYK00.340.340.33
HSL25.89%56.08%-
HSV(B)33.72%67.45%-
XYZ26.0722.0218.8-
YUV131.34118.22157-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=43%
G=28.5%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211411400.340.340.33025.8956.08
HexAC7272022222101a38
Octal254162162042424103270
Binary10101100111001011100100100010100010100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7272; }

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

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

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

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

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

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

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

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