#AF7173

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

Shades of Turkish Rose #AF7173

Tints of Turkish Rose #AF7173

Color information

#AF7173 (or 0xAF7173) is unknown color: approx Turkish Rose. HEX triplet: AF, 71 and 73. RGB value is (175,113,115). Sum of RGB (Red+Green+Blue) = 175+113+115=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7173 is #508E8C. Grayscale: #838383. Windows color (decimal): -5279373 or 7565743. OLE color: 7565743.

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

Color convert

RGB175113115-
CMYK00.350.340.31
HSL358.06º27.93%56.47%-
HSV(B)358.06º35.43%68.63%-
XYZ26.6822.1619.09-
YUV131.77118.54158.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=43.42%
G=28.04%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511311500.350.340.31358.0627.9356.47
HexAF7173023221F1661c38
Octal25716116304342375463470
Binary101011111110001111001101000111000101111110110011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7173; }

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

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

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

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

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

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

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

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