#AF818B

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

Shades of Tapestry #AF818B

Tints of Tapestry #AF818B

Color information

#AF818B (or 0xAF818B) is unknown color: approx Tapestry. HEX triplet: AF, 81 and 8B. RGB value is (175,129,139). Sum of RGB (Red+Green+Blue) = 175+129+139=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818B is #507E74. Grayscale: #8F8F8F. Windows color (decimal): -5275253 or 9142703. OLE color: 9142703.

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

Color convert

RGB175129139-
CMYK00.260.210.31
HSL346.96º22.33%59.61%-
HSV(B)346.96º26.29%68.63%-
XYZ30.1926.6827.98-
YUV143.89125.24150.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=39.50%
G=29.12%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512913900.260.210.31346.9622.3359.61
HexAF818B01A151F15b163c
Octal25720121303225375332674
Binary101011111000000110001011011010101011111110101101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF818B; }

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

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

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

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

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

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

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

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