#AF6979

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

Shades of Turkish Rose #AF6979

Tints of Turkish Rose #AF6979

Color information

#AF6979 (or 0xAF6979) is unknown color: approx Turkish Rose. HEX triplet: AF, 69 and 79. RGB value is (175,105,121). Sum of RGB (Red+Green+Blue) = 175+105+121=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6979 is #509686. Grayscale: #7F7F7F. Windows color (decimal): -5281415 or 7956911. OLE color: 7956911.

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

Color convert

RGB175105121-
CMYK00.400.310.31
HSL346.29º30.43%54.9%-
HSV(B)346.29º40%68.63%-
XYZ26.1820.620.68-
YUV127.75124.19161.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=43.64%
G=26.18%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510512100.400.310.31346.2930.4354.9
HexAF69790281F1F15a1e37
Octal25715117105037375323667
Binary10101111110100111110010101000111111111110101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6979; }

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

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

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

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

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

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

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

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