#AF727C

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

Shades of Turkish Rose #AF727C

Tints of Turkish Rose #AF727C

Color information

#AF727C (or 0xAF727C) is unknown color: approx Turkish Rose. HEX triplet: AF, 72 and 7C. RGB value is (175,114,124). Sum of RGB (Red+Green+Blue) = 175+114+124=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF727C is #508D83. Grayscale: #858585. Windows color (decimal): -5279108 or 8155823. OLE color: 8155823.

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

Color convert

RGB175114124-
CMYK00.350.290.31
HSL350.16º27.6%56.67%-
HSV(B)350.16º34.86%68.63%-
XYZ27.3322.621.99-
YUV133.38122.71157.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=42.37%
G=27.60%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511412400.350.290.31350.1627.656.67
HexAF727C0231D1F15e1c39
Octal25716217404335375363471
Binary10101111111001011111000100011111011111110101111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF727C; }

 p { color: rgb(175,114,124); }

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

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

 a { background-color: rgb(175,114,124); }

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

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

 span { border-color: rgb(175,114,124); }

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