#AF5E85

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

Shades of Tapestry #AF5E85

Tints of Tapestry #AF5E85

Color information

#AF5E85 (or 0xAF5E85) is unknown color: approx Tapestry. HEX triplet: AF, 5E and 85. RGB value is (175,94,133). Sum of RGB (Red+Green+Blue) = 175+94+133=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E85 is #50A17A. Grayscale: #7A7A7A. Windows color (decimal): -5284219 or 8740527. OLE color: 8740527.

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

Color convert

RGB17594133-
CMYK00.460.240.31
HSL331.11º33.61%52.75%-
HSV(B)331.11º46.29%68.63%-
XYZ25.9218.8124.46-
YUV122.66133.84165.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=43.53%
G=23.38%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759413300.460.240.31331.1133.6152.75
HexAF5E8502E181F14b2235
Octal25713620505630375134265
Binary1010111110111101000010101011101100011111101001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E85; }

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

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

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

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

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

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

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

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