#AF728D

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

Shades of Tapestry #AF728D

Tints of Tapestry #AF728D

Color information

#AF728D (or 0xAF728D) is unknown color: approx Tapestry. HEX triplet: AF, 72 and 8D. RGB value is (175,114,141). Sum of RGB (Red+Green+Blue) = 175+114+141=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728D is #508D72. Grayscale: #878787. Windows color (decimal): -5279091 or 9269935. OLE color: 9269935.

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

Color convert

RGB175114141-
CMYK00.350.190.31
HSL333.44º27.6%56.67%-
HSV(B)333.44º34.86%68.63%-
XYZ28.523.0728.15-
YUV135.32131.21156.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=40.70%
G=26.51%
B=32.79%

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
Decimal17511414100.350.190.31333.4427.656.67
HexAF728D023131F14d1c39
Octal25716221504323375153471
Binary101011111110010100011010100011100111111110100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF728D; }

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

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

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

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

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

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

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

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