#AF8591

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

Shades of Tapestry #AF8591

Tints of Tapestry #AF8591

Color information

#AF8591 (or 0xAF8591) is unknown color: approx Tapestry. HEX triplet: AF, 85 and 91. RGB value is (175,133,145). Sum of RGB (Red+Green+Blue) = 175+133+145=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8591 is #507A6E. Grayscale: #929292. Windows color (decimal): -5274223 or 9536943. OLE color: 9536943.

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

Color convert

RGB175133145-
CMYK00.240.170.31
HSL342.86º20.79%60.39%-
HSV(B)342.86º24%68.63%-
XYZ31.1827.9330.54-
YUV146.93126.91148.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=38.63%
G=29.36%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513314500.240.170.31342.8620.7960.39
HexAF8591018111F157153c
Octal25720522103021375272574
Binary101011111000010110010001011000100011111110101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8591; }

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

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

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

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

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

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

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

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