#AC7572

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

Shades of Coral Tree #AC7572

Tints of Coral Tree #AC7572

Color information

#AC7572 (or 0xAC7572) is unknown color: approx Coral Tree. HEX triplet: AC, 75 and 72. RGB value is (172,117,114). Sum of RGB (Red+Green+Blue) = 172+117+114=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7572 is #538A8D. Grayscale: #858585. Windows color (decimal): -5474958 or 7501228. OLE color: 7501228.

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

Color convert

RGB172117114-
CMYK00.320.340.33
HSL3.1º25.89%56.08%-
HSV(B)3.1º33.72%67.45%-
XYZ26.4122.7118.91-
YUV133.1117.22155.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=42.68%
G=29.03%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211711400.320.340.333.125.8956.08
HexAC7572020222131a38
Octal254165162040424133270
Binary101011001110101111001001000001000101000011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7572; }

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

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

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

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

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

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

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

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