#AF6F78

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

Shades of Turkish Rose #AF6F78

Tints of Turkish Rose #AF6F78

Color information

#AF6F78 (or 0xAF6F78) is unknown color: approx Turkish Rose. HEX triplet: AF, 6F and 78. RGB value is (175,111,120). Sum of RGB (Red+Green+Blue) = 175+111+120=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F78 is #509087. Grayscale: #838383. Windows color (decimal): -5279880 or 7892911. OLE color: 7892911.

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

Color convert

RGB175111120-
CMYK00.370.310.31
HSL351.56º28.57%56.08%-
HSV(B)351.56º36.57%68.63%-
XYZ26.7521.8420.57-
YUV131.16121.7159.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=43.10%
G=27.34%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511112000.370.310.31351.5628.5756.08
HexAF6F780251F1F1601d38
Octal25715717004537375403570
Binary10101111110111111110000100101111111111110110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F78; }

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

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

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

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

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

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

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

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