#AF858A

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

Shades of Tapestry #AF858A

Tints of Tapestry #AF858A

Color information

#AF858A (or 0xAF858A) is unknown color: approx Tapestry. HEX triplet: AF, 85 and 8A. RGB value is (175,133,138). Sum of RGB (Red+Green+Blue) = 175+133+138=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858A is #507A75. Grayscale: #929292. Windows color (decimal): -5274230 or 9078191. OLE color: 9078191.

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

Color convert

RGB175133138-
CMYK00.240.210.31
HSL352.86º20.79%60.39%-
HSV(B)352.86º24%68.63%-
XYZ30.6527.7227.78-
YUV146.13123.41148.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=39.24%
G=29.82%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513313800.240.210.31352.8620.7960.39
HexAF858A018151F161153c
Octal25720521203025375412574
Binary101011111000010110001010011000101011111110110000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF858A; }

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

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

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

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

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

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

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

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