#AF888B

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

Shades of Tapestry #AF888B

Tints of Tapestry #AF888B

Color information

#AF888B (or 0xAF888B) is unknown color: approx Tapestry. HEX triplet: AF, 88 and 8B. RGB value is (175,136,139). Sum of RGB (Red+Green+Blue) = 175+136+139=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888B is #507774. Grayscale: #949494. Windows color (decimal): -5273461 or 9144495. OLE color: 9144495.

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

Color convert

RGB175136139-
CMYK00.220.210.31
HSL355.38º19.6%60.98%-
HSV(B)355.38º22.29%68.63%-
XYZ31.1428.5928.3-
YUV148122.92147.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=38.89%
G=30.22%
B=30.89%

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
Decimal17513613900.220.210.31355.3819.660.98
HexAF888B016151F163143d
Octal25721021302625375432475
Binary101011111000100010001011010110101011111110110001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF888B; }

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

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

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

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

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

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

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

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