#AF6573

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

Shades of Turkish Rose #AF6573

Tints of Turkish Rose #AF6573

Color information

#AF6573 (or 0xAF6573) is unknown color: approx Turkish Rose. HEX triplet: AF, 65 and 73. RGB value is (175,101,115). Sum of RGB (Red+Green+Blue) = 175+101+115=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6573 is #509A8C. Grayscale: #7C7C7C. Windows color (decimal): -5282445 or 7562671. OLE color: 7562671.

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

Color convert

RGB175101115-
CMYK00.420.340.31
HSL348.65º31.62%54.12%-
HSV(B)348.65º42.29%68.63%-
XYZ25.4319.6618.67-
YUV124.72122.52163.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=44.76%
G=25.83%
B=29.41%

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
Decimal17510111500.420.340.31348.6531.6254.12
HexAF657302A221F15d2036
Octal25714516305242375354066
Binary1010111111001011110011010101010001011111101011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6573; }

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

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

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

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

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

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

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

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