#AF6D72

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

Shades of Turkish Rose #AF6D72

Tints of Turkish Rose #AF6D72

Color information

#AF6D72 (or 0xAF6D72) is unknown color: approx Turkish Rose. HEX triplet: AF, 6D and 72. RGB value is (175,109,114). Sum of RGB (Red+Green+Blue) = 175+109+114=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D72 is #50928D. Grayscale: #818181. Windows color (decimal): -5280398 or 7499183. OLE color: 7499183.

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

Color convert

RGB175109114-
CMYK00.380.350.31
HSL355.45º29.2%55.69%-
HSV(B)355.45º37.71%68.63%-
XYZ26.1921.2718.64-
YUV129.3119.37160.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=43.97%
G=27.39%
B=28.64%

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
Decimal17510911400.380.350.31355.4529.255.69
HexAF6D72026231F1631d38
Octal25715516204643375433570
Binary101011111101101111001001001101000111111110110001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D72; }

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

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

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

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

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

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

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

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