#AF8588

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

Shades of Tapestry #AF8588

Tints of Tapestry #AF8588

Color information

#AF8588 (or 0xAF8588) is unknown color: approx Tapestry. HEX triplet: AF, 85 and 88. RGB value is (175,133,136). Sum of RGB (Red+Green+Blue) = 175+133+136=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8588 is #507A77. Grayscale: #919191. Windows color (decimal): -5274232 or 8947119. OLE color: 8947119.

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

Color convert

RGB175133136-
CMYK00.240.220.31
HSL355.71º20.79%60.39%-
HSV(B)355.71º24%68.63%-
XYZ30.5127.6727.02-
YUV145.9122.41148.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=39.41%
G=29.95%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513313600.240.220.31355.7120.7960.39
HexAF8588018161F164153c
Octal25720521003026375442574
Binary101011111000010110001000011000101101111110110010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8588; }

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

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

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

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

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

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

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

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