#AF888A

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

Shades of Tapestry #AF888A

Tints of Tapestry #AF888A

Color information

#AF888A (or 0xAF888A) is unknown color: approx Tapestry. HEX triplet: AF, 88 and 8A. RGB value is (175,136,138). Sum of RGB (Red+Green+Blue) = 175+136+138=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888A is #507775. Grayscale: #939393. Windows color (decimal): -5273462 or 9078959. OLE color: 9078959.

HSL color Cylindrical-coordinate representation of color #AF888A: hue angle of 356.92º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF888A is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB175136138-
CMYK00.220.210.31
HSL356.92º19.6%60.98%-
HSV(B)356.92º22.29%68.63%-
XYZ31.0728.5627.92-
YUV147.89122.42147.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=38.98%
G=30.29%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513613800.220.210.31356.9219.660.98
HexAF888A016151F165143d
Octal25721021202625375452475
Binary101011111000100010001010010110101011111110110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF888A; }

 p { color: rgb(175,136,138); }

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

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

 a { background-color: rgb(175,136,138); }

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

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

 span { border-color: rgb(175,136,138); }

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