#AF7082

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

Shades of Tapestry #AF7082

Tints of Tapestry #AF7082

Color information

#AF7082 (or 0xAF7082) is unknown color: approx Tapestry. HEX triplet: AF, 70 and 82. RGB value is (175,112,130). Sum of RGB (Red+Green+Blue) = 175+112+130=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7082 is #508F7D. Grayscale: #848484. Windows color (decimal): -5279614 or 8548527. OLE color: 8548527.

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

Color convert

RGB175112130-
CMYK00.360.260.31
HSL342.86º28.25%56.27%-
HSV(B)342.86º36%68.63%-
XYZ27.522.3123.98-
YUV132.89126.37158.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=41.97%
G=26.86%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511213000.360.260.31342.8628.2556.27
HexAF70820241A1F1571c38
Octal25716020204432375273470
Binary101011111110000100000100100100110101111110101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7082; }

 p { color: rgb(175,112,130); }

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

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

 a { background-color: rgb(175,112,130); }

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

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

 span { border-color: rgb(175,112,130); }

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