#AF717A

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

Shades of Turkish Rose #AF717A

Tints of Turkish Rose #AF717A

Color information

#AF717A (or 0xAF717A) is unknown color: approx Turkish Rose. HEX triplet: AF, 71 and 7A. RGB value is (175,113,122). Sum of RGB (Red+Green+Blue) = 175+113+122=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717A is #508E85. Grayscale: #848484. Windows color (decimal): -5279366 or 8024495. OLE color: 8024495.

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

Color convert

RGB175113122-
CMYK00.350.300.31
HSL351.29º27.93%56.47%-
HSV(B)351.29º35.43%68.63%-
XYZ27.122.3321.29-
YUV132.56122.04158.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=42.68%
G=27.56%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511312200.350.300.31351.2927.9356.47
HexAF717A0231E1F15f1c38
Octal25716117204336375373470
Binary10101111111000111110100100011111101111110101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF717A; }

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

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

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

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

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

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

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

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