#AF7985

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

Shades of Tapestry #AF7985

Tints of Tapestry #AF7985

Color information

#AF7985 (or 0xAF7985) is unknown color: approx Tapestry. HEX triplet: AF, 79 and 85. RGB value is (175,121,133). Sum of RGB (Red+Green+Blue) = 175+121+133=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7985 is #50867A. Grayscale: #8A8A8A. Windows color (decimal): -5277307 or 8747439. OLE color: 8747439.

HSL color Cylindrical-coordinate representation of color #AF7985: hue angle of 346.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7985 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB175121133-
CMYK00.310.240.31
HSL346.67º25.23%58.04%-
HSV(B)346.67º30.86%68.63%-
XYZ28.7524.4825.4-
YUV138.51124.89154.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=40.79%
G=28.21%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512113300.310.240.31346.6725.2358.04
HexAF798501F181F15b193a
Octal25717120503730375333172
Binary10101111111100110000101011111110001111110101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7985; }

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

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

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

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

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

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

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

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