#AF8089

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

Shades of Tapestry #AF8089

Tints of Tapestry #AF8089

Color information

#AF8089 (or 0xAF8089) is unknown color: approx Tapestry. HEX triplet: AF, 80 and 89. RGB value is (175,128,137). Sum of RGB (Red+Green+Blue) = 175+128+137=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8089 is #507F76. Grayscale: #8F8F8F. Windows color (decimal): -5275511 or 9011375. OLE color: 9011375.

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

Color convert

RGB175128137-
CMYK00.270.220.31
HSL348.51º22.71%59.41%-
HSV(B)348.51º26.86%68.63%-
XYZ29.9126.3627.18-
YUV143.08124.57150.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=39.77%
G=29.09%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512813700.270.220.31348.5122.7159.41
HexAF808901B161F15d173b
Octal25720021103326375352773
Binary101011111000000010001001011011101101111110101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8089; }

 p { color: rgb(175,128,137); }

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

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

 a { background-color: rgb(175,128,137); }

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

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

 span { border-color: rgb(175,128,137); }

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