#AF6D71

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

Shades of Turkish Rose #AF6D71

Tints of Turkish Rose #AF6D71

Color information

#AF6D71 (or 0xAF6D71) is unknown color: approx Turkish Rose. HEX triplet: AF, 6D and 71. RGB value is (175,109,113). Sum of RGB (Red+Green+Blue) = 175+109+113=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D71 is #50928E. Grayscale: #818181. Windows color (decimal): -5280399 or 7433647. OLE color: 7433647.

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

Color convert

RGB175109113-
CMYK00.380.350.31
HSL356.36º29.2%55.69%-
HSV(B)356.36º37.71%68.63%-
XYZ26.1321.2418.35-
YUV129.19118.87160.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=44.08%
G=27.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510911300.380.350.31356.3629.255.69
HexAF6D71026231F1641d38
Octal25715516104643375443570
Binary101011111101101111000101001101000111111110110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D71; }

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

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

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

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

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

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

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

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