#af7c8e

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

Shades of Tapestry #AF7C8E

Tints of Tapestry #AF7C8E

Color information

#AF7C8E (or 0xAF7C8E) is unknown color: approx Tapestry. HEX triplet: AF, 7C and 8E. RGB value is (175,124,142). Sum of RGB (Red+Green+Blue) = 175+124+142=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C8E is #508371. Grayscale: #8D8D8D. Windows color (decimal): -5276530 or 9338031. OLE color: 9338031.

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

Color convert

RGB175124142-
CMYK00.290.190.31
HSL338.82º24.17%58.63%-
HSV(B)338.82º29.14%68.63%-
XYZ29.7725.4828.94-
YUV141.3128.4152.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=39.68%
G=28.12%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512414200.290.190.31338.8224.1758.63
HexAF7C8E01D131F153183b
Octal25717421603523375233073
Binary10101111111110010001110011101100111111110101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7c8e; }

 p { color: rgb(175,124,142); }

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

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

 a { background-color: rgb(175,124,142); }

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

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

 span { border-color: rgb(175,124,142); }

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