#AF888D

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

Shades of Tapestry #AF888D

Tints of Tapestry #AF888D

Color information

#AF888D (or 0xAF888D) is unknown color: approx Tapestry. HEX triplet: AF, 88 and 8D. RGB value is (175,136,141). Sum of RGB (Red+Green+Blue) = 175+136+141=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888D is #507772. Grayscale: #949494. Windows color (decimal): -5273459 or 9275567. OLE color: 9275567.

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

Color convert

RGB175136141-
CMYK00.220.190.31
HSL352.31º19.6%60.98%-
HSV(B)352.31º22.29%68.63%-
XYZ31.2928.6529.08-
YUV148.23123.92147.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=38.72%
G=30.09%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513614100.220.190.31352.3119.660.98
HexAF888D016131F160143d
Octal25721021502623375402475
Binary101011111000100010001101010110100111111110110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF888D; }

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

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

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

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

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

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

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

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