#AC756A

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

Shades of Coral Tree #AC756A

Tints of Coral Tree #AC756A

Color information

#AC756A (or 0xAC756A) is unknown color: approx Coral Tree. HEX triplet: AC, 75 and 6A. RGB value is (172,117,106). Sum of RGB (Red+Green+Blue) = 172+117+106=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC756A is #538A95. Grayscale: #848484. Windows color (decimal): -5474966 or 6976940. OLE color: 6976940.

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

Color convert

RGB172117106-
CMYK00.320.380.33
HSL10º28.45%54.51%-
HSV(B)10º38.37%67.45%-
XYZ25.9822.5316.62-
YUV132.19113.22156.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=43.54%
G=29.62%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211710600.320.380.331028.4554.51
HexAC756A0202621a1c37
Octal2541651520404641123467
Binary10101100111010111010100100000100110100001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC756A; }

 p { color: rgb(172,117,106); }

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

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

 a { background-color: rgb(172,117,106); }

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

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

 span { border-color: rgb(172,117,106); }

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