#AF7B8B

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

Shades of Tapestry #AF7B8B

Tints of Tapestry #AF7B8B

Color information

#AF7B8B (or 0xAF7B8B) is unknown color: approx Tapestry. HEX triplet: AF, 7B and 8B. RGB value is (175,123,139). Sum of RGB (Red+Green+Blue) = 175+123+139=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B8B is #508474. Grayscale: #8C8C8C. Windows color (decimal): -5276789 or 9141167. OLE color: 9141167.

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

Color convert

RGB175123139-
CMYK00.300.210.31
HSL341.54º24.53%58.43%-
HSV(B)341.54º29.71%68.63%-
XYZ29.4225.1427.73-
YUV140.37127.23152.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 123 (48.44% from 255) = 28.15%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=40.05%
G=28.15%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512313900.300.210.31341.5424.5358.43
HexAF7B8B01E151F156193a
Octal25717321303625375263172
Binary10101111111101110001011011110101011111110101011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B8B; }

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

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

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

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

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

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

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

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