#AF7286

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

Shades of Tapestry #AF7286

Tints of Tapestry #AF7286

Color information

#AF7286 (or 0xAF7286) is unknown color: approx Tapestry. HEX triplet: AF, 72 and 86. RGB value is (175,114,134). Sum of RGB (Red+Green+Blue) = 175+114+134=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7286 is #508D79. Grayscale: #868686. Windows color (decimal): -5279098 or 8811183. OLE color: 8811183.

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

Color convert

RGB175114134-
CMYK00.350.230.31
HSL340.33º27.6%56.67%-
HSV(B)340.33º34.86%68.63%-
XYZ2822.8725.49-
YUV134.52127.71156.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=41.37%
G=26.95%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511413400.350.230.31340.3327.656.67
HexAF7286023171F1541c39
Octal25716220604327375243471
Binary101011111110010100001100100011101111111110101010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7286; }

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

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

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

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

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

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

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

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