#AF7172

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

Shades of Turkish Rose #AF7172

Tints of Turkish Rose #AF7172

Color information

#AF7172 (or 0xAF7172) is unknown color: approx Turkish Rose. HEX triplet: AF, 71 and 72. RGB value is (175,113,114). Sum of RGB (Red+Green+Blue) = 175+113+114=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7172 is #508E8D. Grayscale: #838383. Windows color (decimal): -5279374 or 7500207. OLE color: 7500207.

HSL color Cylindrical-coordinate representation of color #AF7172: hue angle of 359.03º 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 #AF7172 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175113114-
CMYK00.350.350.31
HSL359.03º27.93%56.47%-
HSV(B)359.03º35.43%68.63%-
XYZ26.6222.1418.79-
YUV131.65118.04158.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=43.53%
G=28.11%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511311400.350.350.31359.0327.9356.47
HexAF7172023231F1671c38
Octal25716116204343375473470
Binary101011111110001111001001000111000111111110110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7172; }

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

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

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

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

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

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

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

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