#AF698F

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

Shades of Tapestry #AF698F

Tints of Tapestry #AF698F

Color information

#AF698F (or 0xAF698F) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 8F. RGB value is (175,105,143). Sum of RGB (Red+Green+Blue) = 175+105+143=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698F is #509670. Grayscale: #828282. Windows color (decimal): -5281393 or 9398703. OLE color: 9398703.

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

Color convert

RGB175105143-
CMYK00.400.180.31
HSL327.43º30.43%54.9%-
HSV(B)327.43º40%68.63%-
XYZ27.6921.228.62-
YUV130.26135.19159.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=41.37%
G=24.82%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510514300.400.180.31327.4330.4354.9
HexAF698F028121F1471e37
Octal25715121705022375073667
Binary101011111101001100011110101000100101111110100011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF698F; }

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

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

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

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

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

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

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

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