#AF7179

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

Shades of Turkish Rose #AF7179

Tints of Turkish Rose #AF7179

Color information

#AF7179 (or 0xAF7179) is unknown color: approx Turkish Rose. HEX triplet: AF, 71 and 79. RGB value is (175,113,121). Sum of RGB (Red+Green+Blue) = 175+113+121=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7179 is #508E86. Grayscale: #848484. Windows color (decimal): -5279367 or 7958959. OLE color: 7958959.

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

Color convert

RGB175113121-
CMYK00.350.310.31
HSL352.26º27.93%56.47%-
HSV(B)352.26º35.43%68.63%-
XYZ27.0422.320.97-
YUV132.45121.54158.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=42.79%
G=27.63%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511312100.350.310.31352.2627.9356.47
HexAF71790231F1F1601c38
Octal25716117104337375403470
Binary10101111111000111110010100011111111111110110000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7179; }

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

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

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

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

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

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

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

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