#AF688A

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

Shades of Tapestry #AF688A

Tints of Tapestry #AF688A

Color information

#AF688A (or 0xAF688A) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 8A. RGB value is (175,104,138). Sum of RGB (Red+Green+Blue) = 175+104+138=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF688A is #509775. Grayscale: #818181. Windows color (decimal): -5281654 or 9070767. OLE color: 9070767.

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

Color convert

RGB175104138-
CMYK00.410.210.31
HSL331.27º30.74%54.71%-
HSV(B)331.27º40.57%68.63%-
XYZ27.2220.8526.63-
YUV129.1133.02160.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=41.97%
G=24.94%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510413800.410.210.31331.2730.7454.71
HexAF688A029151F14b1f37
Octal25715021205125375133767
Binary101011111101000100010100101001101011111110100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF688A; }

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

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

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

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

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

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

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

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