#AC7A6F

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

Shades of Coral Tree #AC7A6F

Tints of Coral Tree #AC7A6F

Color information

#AC7A6F (or 0xAC7A6F) is unknown color: approx Coral Tree. HEX triplet: AC, 7A and 6F. RGB value is (172,122,111). Sum of RGB (Red+Green+Blue) = 172+122+111=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A6F is #538590. Grayscale: #878787. Windows color (decimal): -5473681 or 7305900. OLE color: 7305900.

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

Color convert

RGB172122111-
CMYK00.290.350.33
HSL10.82º26.87%55.49%-
HSV(B)10.82º35.47%67.45%-
XYZ26.8423.8418.23-
YUV135.7114.06153.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 122 (48.05% from 255) = 30.12%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=42.47%
G=30.12%
B=27.41%

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
Decimal17212211100.290.350.3310.8226.8755.49
HexAC7A6F01D2321b1b37
Octal2541721570354341133367
Binary1010110011110101101111011101100011100001101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A6F; }

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

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

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

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

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

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

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

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