#AC6D6C

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

Shades of Coral Tree #AC6D6C

Tints of Coral Tree #AC6D6C

Color information

#AC6D6C (or 0xAC6D6C) is unknown color: approx Coral Tree. HEX triplet: AC, 6D and 6C. RGB value is (172,109,108). Sum of RGB (Red+Green+Blue) = 172+109+108=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D6C is #539293. Grayscale: #7F7F7F. Windows color (decimal): -5477012 or 7105964. OLE color: 7105964.

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

Color convert

RGB172109108-
CMYK00.370.370.33
HSL0.94º27.83%54.9%-
HSV(B)0.94º37.21%67.45%-
XYZ25.1920.7916.87-
YUV127.72116.87159.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=44.22%
G=28.02%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210910800.370.370.330.9427.8354.9
HexAC6D6C025252111c37
Octal254155154045454113467
Binary10101100110110111011000100101100101100001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D6C; }

 p { color: rgb(172,109,108); }

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

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

 a { background-color: rgb(172,109,108); }

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

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

 span { border-color: rgb(172,109,108); }

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