#AF6673

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

Shades of Turkish Rose #AF6673

Tints of Turkish Rose #AF6673

Color information

#AF6673 (or 0xAF6673) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 73. RGB value is (175,102,115). Sum of RGB (Red+Green+Blue) = 175+102+115=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6673 is #50998C. Grayscale: #7D7D7D. Windows color (decimal): -5282189 or 7562927. OLE color: 7562927.

HSL color Cylindrical-coordinate representation of color #AF6673: hue angle of 349.32º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6673 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB175102115-
CMYK00.420.340.31
HSL349.32º31.33%54.31%-
HSV(B)349.32º41.71%68.63%-
XYZ25.5319.8518.71-
YUV125.31122.18163.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=44.64%
G=26.02%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510211500.420.340.31349.3231.3354.31
HexAF667302A221F15d1f36
Octal25714616305242375353766
Binary101011111100110111001101010101000101111110101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6673; }

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

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

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

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

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

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

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

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