#AF888C

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

Shades of Tapestry #AF888C

Tints of Tapestry #AF888C

Color information

#AF888C (or 0xAF888C) is unknown color: approx Tapestry. HEX triplet: AF, 88 and 8C. RGB value is (175,136,140). Sum of RGB (Red+Green+Blue) = 175+136+140=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888C is #507773. Grayscale: #949494. Windows color (decimal): -5273460 or 9210031. OLE color: 9210031.

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

Color convert

RGB175136140-
CMYK00.220.20.31
HSL353.85º19.6%60.98%-
HSV(B)353.85º22.29%68.63%-
XYZ31.2228.6228.69-
YUV148.12123.42147.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=38.80%
G=30.16%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513614000.220.20.31353.8519.660.98
HexAF888C016141F162143d
Octal25721021402624375422475
Binary101011111000100010001100010110101001111110110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF888C; }

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

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

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

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

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

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

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

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