#AF6973

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

Shades of Turkish Rose #AF6973

Tints of Turkish Rose #AF6973

Color information

#AF6973 (or 0xAF6973) is unknown color: approx Turkish Rose. HEX triplet: AF, 69 and 73. RGB value is (175,105,115). Sum of RGB (Red+Green+Blue) = 175+105+115=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6973 is #50968C. Grayscale: #7F7F7F. Windows color (decimal): -5281421 or 7563695. OLE color: 7563695.

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

Color convert

RGB175105115-
CMYK00.400.340.31
HSL351.43º30.43%54.9%-
HSV(B)351.43º40%68.63%-
XYZ25.8320.4518.81-
YUV127.07121.19162.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=44.30%
G=26.58%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510511500.400.340.31351.4330.4354.9
HexAF6973028221F15f1e37
Octal25715116305042375373667
Binary101011111101001111001101010001000101111110101111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6973; }

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

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

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

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

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

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

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

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