#AF7681

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

Shades of Tapestry #AF7681

Tints of Tapestry #AF7681

Color information

#AF7681 (or 0xAF7681) is unknown color: approx Tapestry. HEX triplet: AF, 76 and 81. RGB value is (175,118,129). Sum of RGB (Red+Green+Blue) = 175+118+129=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7681 is #50897E. Grayscale: #888888. Windows color (decimal): -5278079 or 8484527. OLE color: 8484527.

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

Color convert

RGB175118129-
CMYK00.330.260.31
HSL348.42º26.27%57.45%-
HSV(B)348.42º32.57%68.63%-
XYZ28.1223.6623.85-
YUV136.3123.88155.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=41.47%
G=27.96%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511812900.330.260.31348.4226.2757.45
HexAF76810211A1F15c1a39
Octal25716620104132375343271
Binary101011111110110100000010100001110101111110101110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7681; }

 p { color: rgb(175,118,129); }

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

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

 a { background-color: rgb(175,118,129); }

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

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

 span { border-color: rgb(175,118,129); }

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