#AF6C73

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

Shades of Turkish Rose #AF6C73

Tints of Turkish Rose #AF6C73

Color information

#AF6C73 (or 0xAF6C73) is unknown color: approx Turkish Rose. HEX triplet: AF, 6C and 73. RGB value is (175,108,115). Sum of RGB (Red+Green+Blue) = 175+108+115=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C73 is #50938C. Grayscale: #808080. Windows color (decimal): -5280653 or 7564463. OLE color: 7564463.

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

Color convert

RGB175108115-
CMYK00.380.340.31
HSL353.73º29.52%55.49%-
HSV(B)353.73º38.29%68.63%-
XYZ26.1421.0818.91-
YUV128.83120.2160.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=43.97%
G=27.14%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510811500.380.340.31353.7329.5255.49
HexAF6C73026221F1621e37
Octal25715416304642375423667
Binary101011111101100111001101001101000101111110110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C73; }

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

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

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

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

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

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

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

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