#AC797C

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

Shades of Turkish Rose #AC797C

Tints of Turkish Rose #AC797C

Color information

#AC797C (or 0xAC797C) is unknown color: approx Turkish Rose. HEX triplet: AC, 79 and 7C. RGB value is (172,121,124). Sum of RGB (Red+Green+Blue) = 172+121+124=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC797C is #538683. Grayscale: #888888. Windows color (decimal): -5473924 or 8157612. OLE color: 8157612.

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

Color convert

RGB172121124-
CMYK00.300.280.33
HSL356.47º23.5%57.45%-
HSV(B)356.47º29.65%67.45%-
XYZ27.4923.922.23-
YUV136.59120.9153.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=41.25%
G=29.02%
B=29.74%

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
Decimal17212112400.300.280.33356.4723.557.45
HexAC797C01E1C211641839
Octal25417117403634415443071
Binary10101100111100111111000111101110010000110110010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC797C; }

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

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

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

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

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

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

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

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