#AF687D

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

Shades of Tapestry #AF687D

Tints of Tapestry #AF687D

Color information

#AF687D (or 0xAF687D) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 7D. RGB value is (175,104,125). Sum of RGB (Red+Green+Blue) = 175+104+125=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF687D is #509782. Grayscale: #7F7F7F. Windows color (decimal): -5281667 or 8218799. OLE color: 8218799.

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

Color convert

RGB175104125-
CMYK00.410.290.31
HSL342.25º30.74%54.71%-
HSV(B)342.25º40.57%68.63%-
XYZ26.3320.521.97-
YUV127.62126.52161.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=43.32%
G=25.74%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510412500.410.290.31342.2530.7454.71
HexAF687D0291D1F1561f37
Octal25715017505135375263767
Binary10101111110100011111010101001111011111110101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF687D; }

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

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

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

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

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

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

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

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