#AC7A70

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

Shades of Coral Tree #AC7A70

Tints of Coral Tree #AC7A70

Color information

#AC7A70 (or 0xAC7A70) is unknown color: approx Coral Tree. HEX triplet: AC, 7A and 70. RGB value is (172,122,112). Sum of RGB (Red+Green+Blue) = 172+122+112=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A70 is #53858F. Grayscale: #878787. Windows color (decimal): -5473680 or 7371436. OLE color: 7371436.

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

Color convert

RGB172122112-
CMYK00.290.350.33
HSL10º26.55%55.69%-
HSV(B)10º34.88%67.45%-
XYZ26.923.8618.52-
YUV135.81114.56153.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=42.36%
G=30.05%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212211200.290.350.331026.5555.69
HexAC7A7001D2321a1b38
Octal2541721600354341123370
Binary1010110011110101110000011101100011100001101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A70; }

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

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

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

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

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

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

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

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