#AF697E

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

Shades of Tapestry #AF697E

Tints of Tapestry #AF697E

Color information

#AF697E (or 0xAF697E) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 7E. RGB value is (175,105,126). Sum of RGB (Red+Green+Blue) = 175+105+126=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697E is #509681. Grayscale: #808080. Windows color (decimal): -5281410 or 8284591. OLE color: 8284591.

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

Color convert

RGB175105126-
CMYK00.400.280.31
HSL342º30.43%54.9%-
HSV(B)342º40%68.63%-
XYZ26.520.7222.34-
YUV128.32126.69161.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=43.10%
G=25.86%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510512600.400.280.3134230.4354.9
HexAF697E0281C1F1561e37
Octal25715117605034375263667
Binary10101111110100111111100101000111001111110101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF697E; }

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

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

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

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

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

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

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

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