#AF7176

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

Shades of Turkish Rose #AF7176

Tints of Turkish Rose #AF7176

Color information

#AF7176 (or 0xAF7176) is unknown color: approx Turkish Rose. HEX triplet: AF, 71 and 76. RGB value is (175,113,118). Sum of RGB (Red+Green+Blue) = 175+113+118=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7176 is #508E89. Grayscale: #848484. Windows color (decimal): -5279370 or 7762351. OLE color: 7762351.

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

Color convert

RGB175113118-
CMYK00.350.330.31
HSL355.16º27.93%56.47%-
HSV(B)355.16º35.43%68.63%-
XYZ26.8522.2320.02-
YUV132.11120.04158.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=43.10%
G=27.83%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511311800.350.330.31355.1627.9356.47
HexAF7176023211F1631c38
Octal25716116604341375433470
Binary101011111110001111011001000111000011111110110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7176; }

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

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

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

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

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

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

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

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