#AC7271

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

Shades of Coral Tree #AC7271

Tints of Coral Tree #AC7271

Color information

#AC7271 (or 0xAC7271) is unknown color: approx Coral Tree. HEX triplet: AC, 72 and 71. RGB value is (172,114,113). Sum of RGB (Red+Green+Blue) = 172+114+113=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7271 is #538D8E. Grayscale: #838383. Windows color (decimal): -5475727 or 7434924. OLE color: 7434924.

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

Color convert

RGB172114113-
CMYK00.340.340.33
HSL1.02º26.22%55.88%-
HSV(B)1.02º34.3%67.45%-
XYZ26.012218.5-
YUV131.23117.72157.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=43.11%
G=28.57%
B=28.32%

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
Decimal17211411300.340.340.331.0226.2255.88
HexAC7271022222111a38
Octal254162161042424113270
Binary10101100111001011100010100010100010100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7271; }

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

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

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

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

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

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

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

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