#AF7C89

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

Shades of Tapestry #AF7C89

Tints of Tapestry #AF7C89

Color information

#AF7C89 (or 0xAF7C89) is unknown color: approx Tapestry. HEX triplet: AF, 7C and 89. RGB value is (175,124,137). Sum of RGB (Red+Green+Blue) = 175+124+137=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C89 is #508376. Grayscale: #8C8C8C. Windows color (decimal): -5276535 or 9010351. OLE color: 9010351.

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

Color convert

RGB175124137-
CMYK00.290.220.31
HSL344.71º24.17%58.63%-
HSV(B)344.71º29.14%68.63%-
XYZ29.425.3427.01-
YUV140.73125.9152.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=40.14%
G=28.44%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512413700.290.220.31344.7124.1758.63
HexAF7C8901D161F159183b
Octal25717421103526375313073
Binary10101111111110010001001011101101101111110101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C89; }

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

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

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

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

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

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

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

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