#AF687B

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

Shades of Tapestry #AF687B

Tints of Tapestry #AF687B

Color information

#AF687B (or 0xAF687B) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 7B. RGB value is (175,104,123). Sum of RGB (Red+Green+Blue) = 175+104+123=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF687B is #509784. Grayscale: #7F7F7F. Windows color (decimal): -5281669 or 8087727. OLE color: 8087727.

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

Color convert

RGB175104123-
CMYK00.410.300.31
HSL343.94º30.74%54.71%-
HSV(B)343.94º40.57%68.63%-
XYZ26.220.4421.3-
YUV127.4125.52161.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=43.53%
G=25.87%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510412300.410.300.31343.9430.7454.71
HexAF687B0291E1F1581f37
Octal25715017305136375303767
Binary10101111110100011110110101001111101111110101100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF687B; }

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

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

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

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

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

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

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

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