#AC6C6C

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

Shades of Coral Tree #AC6C6C

Tints of Coral Tree #AC6C6C

Color information

#AC6C6C (or 0xAC6C6C) is unknown color: approx Coral Tree. HEX triplet: AC, 6C and 6C. RGB value is (172,108,108). Sum of RGB (Red+Green+Blue) = 172+108+108=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C6C is #539393. Grayscale: #7F7F7F. Windows color (decimal): -5477268 or 7105708. OLE color: 7105708.

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

Color convert

RGB172108108-
CMYK00.370.370.33
HSL27.83%54.9%-
HSV(B)37.21%67.45%-
XYZ25.0820.5816.84-
YUV127.14117.2160-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=44.33%
G=27.84%
B=27.84%

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
Decimal17210810800.370.370.33027.8354.9
HexAC6C6C025252101c37
Octal254154154045454103467
Binary10101100110110011011000100101100101100001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C6C; }

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

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

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

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

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

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

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

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