#AF698B

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

Shades of Tapestry #AF698B

Tints of Tapestry #AF698B

Color information

#AF698B (or 0xAF698B) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 8B. RGB value is (175,105,139). Sum of RGB (Red+Green+Blue) = 175+105+139=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698B is #509674. Grayscale: #818181. Windows color (decimal): -5281397 or 9136559. OLE color: 9136559.

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

Color convert

RGB175105139-
CMYK00.400.210.31
HSL330.86º30.43%54.9%-
HSV(B)330.86º40%68.63%-
XYZ27.3921.0827.05-
YUV129.81133.19160.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=41.77%
G=25.06%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510513900.400.210.31330.8630.4354.9
HexAF698B028151F14b1e37
Octal25715121305025375133667
Binary101011111101001100010110101000101011111110100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF698B; }

 p { color: rgb(175,105,139); }

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

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

 a { background-color: rgb(175,105,139); }

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

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

 span { border-color: rgb(175,105,139); }

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