#AF697D

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

Shades of Tapestry #AF697D

Tints of Tapestry #AF697D

Color information

#AF697D (or 0xAF697D) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 7D. RGB value is (175,105,125). Sum of RGB (Red+Green+Blue) = 175+105+125=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697D is #509682. Grayscale: #808080. Windows color (decimal): -5281411 or 8219055. OLE color: 8219055.

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

Color convert

RGB175105125-
CMYK00.400.290.31
HSL342.86º30.43%54.9%-
HSV(B)342.86º40%68.63%-
XYZ26.4320.722-
YUV128.21126.19161.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=43.21%
G=25.93%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510512500.400.290.31342.8630.4354.9
HexAF697D0281D1F1571e37
Octal25715117505035375273667
Binary10101111110100111111010101000111011111110101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF697D; }

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

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

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

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

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

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

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

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