#AF6085

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

Shades of Tapestry #AF6085

Tints of Tapestry #AF6085

Color information

#AF6085 (or 0xAF6085) is unknown color: approx Tapestry. HEX triplet: AF, 60 and 85. RGB value is (175,96,133). Sum of RGB (Red+Green+Blue) = 175+96+133=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6085 is #509F7A. Grayscale: #7B7B7B. Windows color (decimal): -5283707 or 8741039. OLE color: 8741039.

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

Color convert

RGB17596133-
CMYK00.450.240.31
HSL331.9º33.05%53.14%-
HSV(B)331.9º45.14%68.63%-
XYZ26.119.1724.52-
YUV123.84133.17164.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=43.32%
G=23.76%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759613300.450.240.31331.933.0553.14
HexAF608502D181F14c2135
Octal25714020505530375144165
Binary1010111111000001000010101011011100011111101001100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6085; }

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

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

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

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

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

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

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

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