#AF6C78

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

Shades of Turkish Rose #AF6C78

Tints of Turkish Rose #AF6C78

Color information

#AF6C78 (or 0xAF6C78) is unknown color: approx Turkish Rose. HEX triplet: AF, 6C and 78. RGB value is (175,108,120). Sum of RGB (Red+Green+Blue) = 175+108+120=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C78 is #509387. Grayscale: #818181. Windows color (decimal): -5280648 or 7892143. OLE color: 7892143.

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

Color convert

RGB175108120-
CMYK00.380.310.31
HSL349.25º29.52%55.49%-
HSV(B)349.25º38.29%68.63%-
XYZ26.4321.220.47-
YUV129.4122.7160.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=43.42%
G=26.80%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510812000.380.310.31349.2529.5255.49
HexAF6C780261F1F15d1e37
Octal25715417004637375353667
Binary10101111110110011110000100110111111111110101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C78; }

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

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

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

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

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

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

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

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