#AF757C

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

Shades of Turkish Rose #AF757C

Tints of Turkish Rose #AF757C

Color information

#AF757C (or 0xAF757C) is unknown color: approx Turkish Rose. HEX triplet: AF, 75 and 7C. RGB value is (175,117,124). Sum of RGB (Red+Green+Blue) = 175+117+124=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF757C is #508A83. Grayscale: #878787. Windows color (decimal): -5278340 or 8156591. OLE color: 8156591.

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

Color convert

RGB175117124-
CMYK00.330.290.31
HSL352.76º26.61%57.25%-
HSV(B)352.76º33.14%68.63%-
XYZ27.6823.2922.11-
YUV135.14121.72156.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=42.07%
G=28.12%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511712400.330.290.31352.7626.6157.25
HexAF757C0211D1F1611b39
Octal25716517404135375413371
Binary10101111111010111111000100001111011111110110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF757C; }

 p { color: rgb(175,117,124); }

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

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

 a { background-color: rgb(175,117,124); }

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

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

 span { border-color: rgb(175,117,124); }

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