#AF818C

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

Shades of Tapestry #AF818C

Tints of Tapestry #AF818C

Color information

#AF818C (or 0xAF818C) is unknown color: approx Tapestry. HEX triplet: AF, 81 and 8C. RGB value is (175,129,140). Sum of RGB (Red+Green+Blue) = 175+129+140=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818C is #507E73. Grayscale: #909090. Windows color (decimal): -5275252 or 9208239. OLE color: 9208239.

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

Color convert

RGB175129140-
CMYK00.260.20.31
HSL345.65º22.33%59.61%-
HSV(B)345.65º26.29%68.63%-
XYZ30.2626.7128.37-
YUV144.01125.74150.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=39.41%
G=29.05%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512914000.260.20.31345.6522.3359.61
HexAF818C01A141F15a163c
Octal25720121403224375322674
Binary101011111000000110001100011010101001111110101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF818C; }

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

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

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

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

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

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

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

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