#AF7085

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

Shades of Tapestry #AF7085

Tints of Tapestry #AF7085

Color information

#AF7085 (or 0xAF7085) is unknown color: approx Tapestry. HEX triplet: AF, 70 and 85. RGB value is (175,112,133). Sum of RGB (Red+Green+Blue) = 175+112+133=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7085 is #508F7A. Grayscale: #858585. Windows color (decimal): -5279611 or 8745135. OLE color: 8745135.

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

Color convert

RGB175112133-
CMYK00.360.240.31
HSL340º28.25%56.27%-
HSV(B)340º36%68.63%-
XYZ27.7122.425.05-
YUV133.23127.87157.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=41.67%
G=26.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511213300.360.240.3134028.2556.27
HexAF7085024181F1541c38
Octal25716020504430375243470
Binary101011111110000100001010100100110001111110101010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7085; }

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

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

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

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

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

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

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

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