#AF787C

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

Shades of Turkish Rose #AF787C

Tints of Turkish Rose #AF787C

Color information

#AF787C (or 0xAF787C) is unknown color: approx Turkish Rose. HEX triplet: AF, 78 and 7C. RGB value is (175,120,124). Sum of RGB (Red+Green+Blue) = 175+120+124=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF787C is #508783. Grayscale: #888888. Windows color (decimal): -5277572 or 8157359. OLE color: 8157359.

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

Color convert

RGB175120124-
CMYK00.310.290.31
HSL355.64º25.58%57.84%-
HSV(B)355.64º31.43%68.63%-
XYZ28.032422.22-
YUV136.9120.72155.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=41.77%
G=28.64%
B=29.59%

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
Decimal17512012400.310.290.31355.6425.5857.84
HexAF787C01F1D1F1641a3a
Octal25717017403735375443272
Binary1010111111110001111100011111111011111110110010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF787C; }

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

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

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

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

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

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

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

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