#AF858D

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

Shades of Tapestry #AF858D

Tints of Tapestry #AF858D

Color information

#AF858D (or 0xAF858D) is unknown color: approx Tapestry. HEX triplet: AF, 85 and 8D. RGB value is (175,133,141). Sum of RGB (Red+Green+Blue) = 175+133+141=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858D is #507A72. Grayscale: #929292. Windows color (decimal): -5274227 or 9274799. OLE color: 9274799.

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

Color convert

RGB175133141-
CMYK00.240.190.31
HSL348.57º20.79%60.39%-
HSV(B)348.57º24%68.63%-
XYZ30.8727.8128.94-
YUV146.47124.91148.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=38.98%
G=29.62%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513314100.240.190.31348.5720.7960.39
HexAF858D018131F15d153c
Octal25720521503023375352574
Binary101011111000010110001101011000100111111110101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF858D; }

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

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

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

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

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

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

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

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