#AC777C

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

Shades of Turkish Rose #AC777C

Tints of Turkish Rose #AC777C

Color information

#AC777C (or 0xAC777C) is unknown color: approx Turkish Rose. HEX triplet: AC, 77 and 7C. RGB value is (172,119,124). Sum of RGB (Red+Green+Blue) = 172+119+124=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777C is #538883. Grayscale: #878787. Windows color (decimal): -5474436 or 8157100. OLE color: 8157100.

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

Color convert

RGB172119124-
CMYK00.310.280.33
HSL354.34º24.2%57.06%-
HSV(B)354.34º30.81%67.45%-
XYZ27.2523.4222.15-
YUV135.42121.56154.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=41.45%
G=28.67%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211912400.310.280.33354.3424.257.06
HexAC777C01F1C211621839
Octal25416717403734415423071
Binary10101100111011111111000111111110010000110110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC777C; }

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

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

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

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

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

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

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

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