#AC7B70

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

Shades of Coral Tree #AC7B70

Tints of Coral Tree #AC7B70

Color information

#AC7B70 (or 0xAC7B70) is unknown color: approx Coral Tree. HEX triplet: AC, 7B and 70. RGB value is (172,123,112). Sum of RGB (Red+Green+Blue) = 172+123+112=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B70 is #53848F. Grayscale: #888888. Windows color (decimal): -5473424 or 7371692. OLE color: 7371692.

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

Color convert

RGB172123112-
CMYK00.280.350.33
HSL11º26.55%55.69%-
HSV(B)11º34.88%67.45%-
XYZ27.0224.1118.56-
YUV136.4114.23153.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=42.26%
G=30.22%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212311200.280.350.331126.5555.69
HexAC7B7001C2321b1b38
Octal2541731600344341133370
Binary1010110011110111110000011100100011100001101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B70; }

 p { color: rgb(172,123,112); }

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

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

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

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

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

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

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