#AF697B

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

Shades of Tapestry #AF697B

Tints of Tapestry #AF697B

Color information

#AF697B (or 0xAF697B) is unknown color: approx Tapestry. HEX triplet: AF, 69 and 7B. RGB value is (175,105,123). Sum of RGB (Red+Green+Blue) = 175+105+123=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697B is #509684. Grayscale: #7F7F7F. Windows color (decimal): -5281413 or 8087983. OLE color: 8087983.

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

Color convert

RGB175105123-
CMYK00.400.300.31
HSL344.57º30.43%54.9%-
HSV(B)344.57º40%68.63%-
XYZ26.3120.6521.34-
YUV127.98125.19161.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=43.42%
G=26.05%
B=30.52%

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
Decimal17510512300.400.300.31344.5730.4354.9
HexAF697B0281E1F1591e37
Octal25715117305036375313667
Binary10101111110100111110110101000111101111110101100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF697B; }

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

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

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

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

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

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

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

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