#AF787E

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

Shades of Turkish Rose #AF787E

Tints of Turkish Rose #AF787E

Color information

#AF787E (or 0xAF787E) is unknown color: approx Turkish Rose. HEX triplet: AF, 78 and 7E. RGB value is (175,120,126). Sum of RGB (Red+Green+Blue) = 175+120+126=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF787E is #508781. Grayscale: #898989. Windows color (decimal): -5277570 or 8288431. OLE color: 8288431.

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

Color convert

RGB175120126-
CMYK00.310.280.31
HSL353.45º25.58%57.84%-
HSV(B)353.45º31.43%68.63%-
XYZ28.1624.0522.9-
YUV137.13121.72155.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=41.57%
G=28.50%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512012600.310.280.31353.4525.5857.84
HexAF787E01F1C1F1611a3a
Octal25717017603734375413272
Binary1010111111110001111110011111111001111110110000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF787E; }

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

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

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

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

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

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

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

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