#AF7B91

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

Shades of Tapestry #AF7B91

Tints of Tapestry #AF7B91

Color information

#AF7B91 (or 0xAF7B91) is unknown color: approx Tapestry. HEX triplet: AF, 7B and 91. RGB value is (175,123,145). Sum of RGB (Red+Green+Blue) = 175+123+145=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B91 is #50846E. Grayscale: #8D8D8D. Windows color (decimal): -5276783 or 9534383. OLE color: 9534383.

HSL color Cylindrical-coordinate representation of color #AF7B91: hue angle of 334.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7B91 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB175123145-
CMYK00.300.170.31
HSL334.62º24.53%58.43%-
HSV(B)334.62º29.71%68.63%-
XYZ29.8725.3230.1-
YUV141.06130.23152.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=39.50%
G=27.77%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512314500.300.170.31334.6224.5358.43
HexAF7B9101E111F14f193a
Octal25717322103621375173172
Binary10101111111101110010001011110100011111110100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B91; }

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

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

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

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

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

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

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

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