#AF698D

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

Shades of Tapestry #AF698D

Tints of Tapestry #AF698D

Color information

#AF698D (or 0xAF698D) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 8D. RGB value is (175,105,141). Sum of RGB (Red+Green+Blue) = 175+105+141=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698D is #509672. Grayscale: #818181. Windows color (decimal): -5281395 or 9267631. OLE color: 9267631.

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

Color convert

RGB175105141-
CMYK00.400.190.31
HSL329.14º30.43%54.9%-
HSV(B)329.14º40%68.63%-
XYZ27.5421.1427.83-
YUV130.03134.19160.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=41.57%
G=24.94%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510514100.400.190.31329.1430.4354.9
HexAF698D028131F1491e37
Octal25715121505023375113667
Binary101011111101001100011010101000100111111110100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF698D; }

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

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

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

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

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

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

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

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