#AF797C

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

Shades of Turkish Rose #AF797C

Tints of Turkish Rose #AF797C

Color information

#AF797C (or 0xAF797C) is unknown color: approx Turkish Rose. HEX triplet: AF, 79 and 7C. RGB value is (175,121,124). Sum of RGB (Red+Green+Blue) = 175+121+124=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF797C is #508683. Grayscale: #898989. Windows color (decimal): -5277316 or 8157615. OLE color: 8157615.

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

Color convert

RGB175121124-
CMYK00.310.290.31
HSL356.67º25.23%58.04%-
HSV(B)356.67º30.86%68.63%-
XYZ28.1524.2422.26-
YUV137.49120.39154.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=41.67%
G=28.81%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512112400.310.290.31356.6725.2358.04
HexAF797C01F1D1F165193a
Octal25717117403735375453172
Binary1010111111110011111100011111111011111110110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF797C; }

 p { color: rgb(175,121,124); }

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

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

 a { background-color: rgb(175,121,124); }

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

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

 span { border-color: rgb(175,121,124); }

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