#AC756B

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

Shades of Coral Tree #AC756B

Tints of Coral Tree #AC756B

Color information

#AC756B (or 0xAC756B) is unknown color: approx Coral Tree. HEX triplet: AC, 75 and 6B. RGB value is (172,117,107). Sum of RGB (Red+Green+Blue) = 172+117+107=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC756B is #538A94. Grayscale: #848484. Windows color (decimal): -5474965 or 7042476. OLE color: 7042476.

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

Color convert

RGB172117107-
CMYK00.320.380.33
HSL9.23º28.14%54.71%-
HSV(B)9.23º37.79%67.45%-
XYZ26.0322.5516.89-
YUV132.3113.72156.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=43.43%
G=29.55%
B=27.02%

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
Decimal17211710700.320.380.339.2328.1454.71
HexAC756B020262191c37
Octal2541651530404641113467
Binary10101100111010111010110100000100110100001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC756B; }

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

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

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

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

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

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

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

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