#AC787C

Color #AC787C Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AC787C

Tints of Turkish Rose #AC787C

Color information

#AC787C (or 0xAC787C) is unknown color: approx Turkish Rose. HEX triplet: AC, 78 and 7C. RGB value is (172,120,124). Sum of RGB (Red+Green+Blue) = 172+120+124=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC787C is #538783. Grayscale: #888888. Windows color (decimal): -5474180 or 8157356. OLE color: 8157356.

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

Color convert

RGB172120124-
CMYK00.300.280.33
HSL355.38º23.85%57.25%-
HSV(B)355.38º30.23%67.45%-
XYZ27.3723.6622.19-
YUV136121.23153.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=41.35%
G=28.85%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212012400.300.280.33355.3823.8557.25
HexAC787C01E1C211631839
Octal25417017403634415433071
Binary10101100111100011111000111101110010000110110001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC787C; }

 p { color: rgb(172,120,124); }

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

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

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

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

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

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

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