#AC7372

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

Shades of Coral Tree #AC7372

Tints of Coral Tree #AC7372

Color information

#AC7372 (or 0xAC7372) is unknown color: approx Coral Tree. HEX triplet: AC, 73 and 72. RGB value is (172,115,114). Sum of RGB (Red+Green+Blue) = 172+115+114=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7372 is #538C8D. Grayscale: #838383. Windows color (decimal): -5475470 or 7500716. OLE color: 7500716.

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

Color convert

RGB172115114-
CMYK00.330.340.33
HSL1.03º25.89%56.08%-
HSV(B)1.03º33.72%67.45%-
XYZ26.1822.2518.83-
YUV131.93117.88156.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=42.89%
G=28.68%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211511400.330.340.331.0325.8956.08
HexAC7372021222111a38
Octal254163162041424113270
Binary10101100111001111100100100001100010100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7372; }

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

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

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

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

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

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

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

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