#AC7778

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

Shades of Turkish Rose #AC7778

Tints of Turkish Rose #AC7778

Color information

#AC7778 (or 0xAC7778) is unknown color: approx Turkish Rose. HEX triplet: AC, 77 and 78. RGB value is (172,119,120). Sum of RGB (Red+Green+Blue) = 172+119+120=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7778 is #538887. Grayscale: #878787. Windows color (decimal): -5474440 or 7894956. OLE color: 7894956.

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

Color convert

RGB172119120-
CMYK00.310.300.33
HSL358.87º24.2%57.06%-
HSV(B)358.87º30.81%67.45%-
XYZ2723.3220.85-
YUV134.96119.56154.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=41.85%
G=28.95%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211912000.310.300.33358.8724.257.06
HexAC777801F1E211671839
Octal25416717003736415473071
Binary10101100111011111110000111111111010000110110011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7778; }

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

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

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

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

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

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

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

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