#AF5E7D

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

Shades of Tapestry #AF5E7D

Tints of Tapestry #AF5E7D

Color information

#AF5E7D (or 0xAF5E7D) is unknown color: approx Tapestry. HEX triplet: AF, 5E and 7D. RGB value is (175,94,125). Sum of RGB (Red+Green+Blue) = 175+94+125=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E7D is #50A182. Grayscale: #797979. Windows color (decimal): -5284227 or 8216239. OLE color: 8216239.

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

Color convert

RGB17594125-
CMYK00.460.290.31
HSL337.04º33.61%52.75%-
HSV(B)337.04º46.29%68.63%-
XYZ25.3818.621.65-
YUV121.75129.84165.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=44.42%
G=23.86%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759412500.460.290.31337.0433.6152.75
HexAF5E7D02E1D1F1512235
Octal25713617505635375214265
Binary101011111011110111110101011101110111111101010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E7D; }

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

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

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

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

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

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

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

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