#AF787F

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

Shades of Turkish Rose #AF787F

Tints of Turkish Rose #AF787F

Color information

#AF787F (or 0xAF787F) is unknown color: approx Turkish Rose. HEX triplet: AF, 78 and 7F. RGB value is (175,120,127). Sum of RGB (Red+Green+Blue) = 175+120+127=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF787F is #508780. Grayscale: #898989. Windows color (decimal): -5277569 or 8353967. OLE color: 8353967.

HSL color Cylindrical-coordinate representation of color #AF787F: hue angle of 352.36º 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 #AF787F is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175120127-
CMYK00.310.270.31
HSL352.36º25.58%57.84%-
HSV(B)352.36º31.43%68.63%-
XYZ28.2324.0823.24-
YUV137.24122.22154.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 127 (50% from 255) = 30.09%
R=41.47%
G=28.44%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512012700.310.270.31352.3625.5857.84
HexAF787F01F1B1F1601a3a
Octal25717017703733375403272
Binary1010111111110001111111011111110111111110110000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF787F; }

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

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

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

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

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

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

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

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