#AF728A

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

Shades of Tapestry #AF728A

Tints of Tapestry #AF728A

Color information

#AF728A (or 0xAF728A) is unknown color: approx Tapestry. HEX triplet: AF, 72 and 8A. RGB value is (175,114,138). Sum of RGB (Red+Green+Blue) = 175+114+138=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728A is #508D75. Grayscale: #868686. Windows color (decimal): -5279094 or 9073327. OLE color: 9073327.

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

Color convert

RGB175114138-
CMYK00.350.210.31
HSL336.39º27.6%56.67%-
HSV(B)336.39º34.86%68.63%-
XYZ28.2822.9826.99-
YUV134.98129.71156.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=40.98%
G=26.70%
B=32.32%

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
Decimal17511413800.350.210.31336.3927.656.67
HexAF728A023151F1501c39
Octal25716221204325375203471
Binary101011111110010100010100100011101011111110101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF728A; }

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

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

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

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

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

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

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

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