#AF6C71

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

Shades of Turkish Rose #AF6C71

Tints of Turkish Rose #AF6C71

Color information

#AF6C71 (or 0xAF6C71) is unknown color: approx Turkish Rose. HEX triplet: AF, 6C and 71. RGB value is (175,108,113). Sum of RGB (Red+Green+Blue) = 175+108+113=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C71 is #50938E. Grayscale: #808080. Windows color (decimal): -5280655 or 7433391. OLE color: 7433391.

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

Color convert

RGB175108113-
CMYK00.380.350.31
HSL355.52º29.52%55.49%-
HSV(B)355.52º38.29%68.63%-
XYZ26.0221.0318.31-
YUV128.6119.2161.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=44.19%
G=27.27%
B=28.54%

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
Decimal17510811300.380.350.31355.5229.5255.49
HexAF6C71026231F1641e37
Octal25715416104643375443667
Binary101011111101100111000101001101000111111110110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C71; }

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

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

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

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

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

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

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

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