#AF808B

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

Shades of Tapestry #AF808B

Tints of Tapestry #AF808B

Color information

#AF808B (or 0xAF808B) is unknown color: approx Tapestry. HEX triplet: AF, 80 and 8B. RGB value is (175,128,139). Sum of RGB (Red+Green+Blue) = 175+128+139=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF808B is #507F74. Grayscale: #8F8F8F. Windows color (decimal): -5275509 or 9142447. OLE color: 9142447.

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

Color convert

RGB175128139-
CMYK00.270.210.31
HSL345.96º22.71%59.41%-
HSV(B)345.96º26.86%68.63%-
XYZ30.0626.4227.94-
YUV143.31125.57150.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=39.59%
G=28.96%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512813900.270.210.31345.9622.7159.41
HexAF808B01B151F15a173b
Octal25720021303325375322773
Binary101011111000000010001011011011101011111110101101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF808B; }

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

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

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

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

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

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

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

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