#AF7A8B

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

Shades of Tapestry #AF7A8B

Tints of Tapestry #AF7A8B

Color information

#AF7A8B (or 0xAF7A8B) is unknown color: approx Tapestry. HEX triplet: AF, 7A and 8B. RGB value is (175,122,139). Sum of RGB (Red+Green+Blue) = 175+122+139=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7A8B is #508574. Grayscale: #8B8B8B. Windows color (decimal): -5277045 or 9140911. OLE color: 9140911.

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

Color convert

RGB175122139-
CMYK00.300.210.31
HSL340.75º24.88%58.24%-
HSV(B)340.75º30.29%68.63%-
XYZ29.324.927.69-
YUV139.78127.56153.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=40.14%
G=27.98%
B=31.88%

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
Decimal17512213900.300.210.31340.7524.8858.24
HexAF7A8B01E151F155193a
Octal25717221303625375253172
Binary10101111111101010001011011110101011111110101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A8B; }

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

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

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

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

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

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

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

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