#AF728E

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

Shades of Tapestry #AF728E

Tints of Tapestry #AF728E

Color information

#AF728E (or 0xAF728E) is unknown color: approx Tapestry. HEX triplet: AF, 72 and 8E. RGB value is (175,114,142). Sum of RGB (Red+Green+Blue) = 175+114+142=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728E is #508D71. Grayscale: #878787. Windows color (decimal): -5279090 or 9335471. OLE color: 9335471.

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

Color convert

RGB175114142-
CMYK00.350.190.31
HSL332.46º27.6%56.67%-
HSV(B)332.46º34.86%68.63%-
XYZ28.5823.128.54-
YUV135.43131.71156.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=40.60%
G=26.45%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511414200.350.190.31332.4627.656.67
HexAF728E023131F14c1c39
Octal25716221604323375143471
Binary101011111110010100011100100011100111111110100110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF728E; }

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

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

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

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

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

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

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

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