#AF728B

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

Shades of Tapestry #AF728B

Tints of Tapestry #AF728B

Color information

#AF728B (or 0xAF728B) is unknown color: approx Tapestry. HEX triplet: AF, 72 and 8B. RGB value is (175,114,139). Sum of RGB (Red+Green+Blue) = 175+114+139=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728B is #508D74. Grayscale: #878787. Windows color (decimal): -5279093 or 9138863. OLE color: 9138863.

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

Color convert

RGB175114139-
CMYK00.350.210.31
HSL335.41º27.6%56.67%-
HSV(B)335.41º34.86%68.63%-
XYZ28.3623.0127.37-
YUV135.09130.21156.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=40.89%
G=26.64%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511413900.350.210.31335.4127.656.67
HexAF728B023151F14f1c39
Octal25716221304325375173471
Binary101011111110010100010110100011101011111110100111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF728B; }

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

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

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

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

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

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

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

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