#AF7687

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

Shades of Tapestry #AF7687

Tints of Tapestry #AF7687

Color information

#AF7687 (or 0xAF7687) is unknown color: approx Tapestry. HEX triplet: AF, 76 and 87. RGB value is (175,118,135). Sum of RGB (Red+Green+Blue) = 175+118+135=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7687 is #508978. Grayscale: #888888. Windows color (decimal): -5278073 or 8877743. OLE color: 8877743.

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

Color convert

RGB175118135-
CMYK00.330.230.31
HSL342.11º26.27%57.45%-
HSV(B)342.11º32.57%68.63%-
XYZ28.5323.8226.02-
YUV136.98126.88155.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=40.89%
G=27.57%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511813500.330.230.31342.1126.2757.45
HexAF7687021171F1561a39
Octal25716620704127375263271
Binary101011111110110100001110100001101111111110101011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7687; }

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

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

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

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

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

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

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

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