#AF717B

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

Shades of Turkish Rose #AF717B

Tints of Turkish Rose #AF717B

Color information

#AF717B (or 0xAF717B) is unknown color: approx Turkish Rose. HEX triplet: AF, 71 and 7B. RGB value is (175,113,123). Sum of RGB (Red+Green+Blue) = 175+113+123=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717B is #508E84. Grayscale: #848484. Windows color (decimal): -5279365 or 8090031. OLE color: 8090031.

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

Color convert

RGB175113123-
CMYK00.350.300.31
HSL350.32º27.93%56.47%-
HSV(B)350.32º35.43%68.63%-
XYZ27.1622.3521.62-
YUV132.68122.54158.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=42.58%
G=27.49%
B=29.93%

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
Decimal17511312300.350.300.31350.3227.9356.47
HexAF717B0231E1F15e1c38
Octal25716117304336375363470
Binary10101111111000111110110100011111101111110101111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF717B; }

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

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

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

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

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

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

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

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