#AF717C

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

Shades of Turkish Rose #AF717C

Tints of Turkish Rose #AF717C

Color information

#AF717C (or 0xAF717C) is unknown color: approx Turkish Rose. HEX triplet: AF, 71 and 7C. RGB value is (175,113,124). Sum of RGB (Red+Green+Blue) = 175+113+124=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717C is #508E83. Grayscale: #848484. Windows color (decimal): -5279364 or 8155567. OLE color: 8155567.

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

Color convert

RGB175113124-
CMYK00.350.290.31
HSL349.35º27.93%56.47%-
HSV(B)349.35º35.43%68.63%-
XYZ27.2222.3821.95-
YUV132.79123.04158.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=42.48%
G=27.43%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511312400.350.290.31349.3527.9356.47
HexAF717C0231D1F15d1c38
Octal25716117404335375353470
Binary10101111111000111111000100011111011111110101110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF717C; }

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

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

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

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

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

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

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

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