#AF828E

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

Shades of Tapestry #AF828E

Tints of Tapestry #AF828E

Color information

#AF828E (or 0xAF828E) is unknown color: approx Tapestry. HEX triplet: AF, 82 and 8E. RGB value is (175,130,142). Sum of RGB (Red+Green+Blue) = 175+130+142=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828E is #507D71. Grayscale: #909090. Windows color (decimal): -5274994 or 9339567. OLE color: 9339567.

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

Color convert

RGB175130142-
CMYK00.260.190.31
HSL344º21.95%59.8%-
HSV(B)344º25.71%68.63%-
XYZ30.5427.0329.2-
YUV144.82126.41149.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=39.15%
G=29.08%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513014200.260.190.3134421.9559.8
HexAF828E01A131F158163c
Octal25720221603223375302674
Binary101011111000001010001110011010100111111110101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF828E; }

 p { color: rgb(175,130,142); }

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

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

 a { background-color: rgb(175,130,142); }

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

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

 span { border-color: rgb(175,130,142); }

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