#AC777F

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

Shades of Turkish Rose #AC777F

Tints of Turkish Rose #AC777F

Color information

#AC777F (or 0xAC777F) is unknown color: approx Turkish Rose. HEX triplet: AC, 77 and 7F. RGB value is (172,119,127). Sum of RGB (Red+Green+Blue) = 172+119+127=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777F is #538880. Grayscale: #878787. Windows color (decimal): -5474433 or 8353708. OLE color: 8353708.

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

Color convert

RGB172119127-
CMYK00.310.260.33
HSL350.94º24.2%57.06%-
HSV(B)350.94º30.81%67.45%-
XYZ27.4423.523.17-
YUV135.76123.06153.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 127 (50% from 255) = 30.38%
R=41.15%
G=28.47%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211912700.310.260.33350.9424.257.06
HexAC777F01F1A2115f1839
Octal25416717703732415373071
Binary10101100111011111111110111111101010000110101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC777F; }

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

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

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

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

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

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

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

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