#AF6A71

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

Shades of Turkish Rose #AF6A71

Tints of Turkish Rose #AF6A71

Color information

#AF6A71 (or 0xAF6A71) is unknown color: approx Turkish Rose. HEX triplet: AF, 6A and 71. RGB value is (175,106,113). Sum of RGB (Red+Green+Blue) = 175+106+113=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A71 is #50958E. Grayscale: #7F7F7F. Windows color (decimal): -5281167 or 7432879. OLE color: 7432879.

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

Color convert

RGB175106113-
CMYK00.390.350.31
HSL353.91º30.13%55.1%-
HSV(B)353.91º39.43%68.63%-
XYZ25.8120.6118.24-
YUV127.43119.86161.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=44.42%
G=26.90%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510611300.390.350.31353.9130.1355.1
HexAF6A71027231F1621e37
Octal25715216104743375423667
Binary101011111101010111000101001111000111111110110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A71; }

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

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

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

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

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

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

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

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