#AF7079

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

Shades of Turkish Rose #AF7079

Tints of Turkish Rose #AF7079

Color information

#AF7079 (or 0xAF7079) is unknown color: approx Turkish Rose. HEX triplet: AF, 70 and 79. RGB value is (175,112,121). Sum of RGB (Red+Green+Blue) = 175+112+121=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7079 is #508F86. Grayscale: #838383. Windows color (decimal): -5279623 or 7958703. OLE color: 7958703.

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

Color convert

RGB175112121-
CMYK00.360.310.31
HSL351.43º28.25%56.27%-
HSV(B)351.43º36%68.63%-
XYZ26.9222.0820.93-
YUV131.86121.87158.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=42.89%
G=27.45%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511212100.360.310.31351.4328.2556.27
HexAF70790241F1F15f1c38
Octal25716017104437375373470
Binary10101111111000011110010100100111111111110101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7079; }

 p { color: rgb(175,112,121); }

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

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

 a { background-color: rgb(175,112,121); }

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

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

 span { border-color: rgb(175,112,121); }

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