#AF747B

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

Shades of Turkish Rose #AF747B

Tints of Turkish Rose #AF747B

Color information

#AF747B (or 0xAF747B) is unknown color: approx Turkish Rose. HEX triplet: AF, 74 and 7B. RGB value is (175,116,123). Sum of RGB (Red+Green+Blue) = 175+116+123=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF747B is #508B84. Grayscale: #868686. Windows color (decimal): -5278597 or 8090799. OLE color: 8090799.

HSL color Cylindrical-coordinate representation of color #AF747B: hue angle of 352.88º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF747B is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175116123-
CMYK00.340.300.31
HSL352.88º26.94%57.06%-
HSV(B)352.88º33.71%68.63%-
XYZ27.523.0321.74-
YUV134.44121.55156.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=42.27%
G=28.02%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511612300.340.300.31352.8826.9457.06
HexAF747B0221E1F1611b39
Octal25716417304236375413371
Binary10101111111010011110110100010111101111110110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF747B; }

 p { color: rgb(175,116,123); }

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

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

 a { background-color: rgb(175,116,123); }

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

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

 span { border-color: rgb(175,116,123); }

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