#AF697A

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

Shades of Tapestry #AF697A

Tints of Tapestry #AF697A

Color information

#AF697A (or 0xAF697A) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 7A. RGB value is (175,105,122). Sum of RGB (Red+Green+Blue) = 175+105+122=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697A is #509685. Grayscale: #7F7F7F. Windows color (decimal): -5281414 or 8022447. OLE color: 8022447.

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

Color convert

RGB175105122-
CMYK00.400.300.31
HSL345.43º30.43%54.9%-
HSV(B)345.43º40%68.63%-
XYZ26.2420.6221.01-
YUV127.87124.69161.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=43.53%
G=26.12%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510512200.400.300.31345.4330.4354.9
HexAF697A0281E1F1591e37
Octal25715117205036375313667
Binary10101111110100111110100101000111101111110101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF697A; }

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

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

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

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

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

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

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

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