#AF828B

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

Shades of Tapestry #AF828B

Tints of Tapestry #AF828B

Color information

#AF828B (or 0xAF828B) is unknown color: approx Tapestry. HEX triplet: AF, 82 and 8B. RGB value is (175,130,139). Sum of RGB (Red+Green+Blue) = 175+130+139=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828B is #507D74. Grayscale: #909090. Windows color (decimal): -5274997 or 9142959. OLE color: 9142959.

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

Color convert

RGB175130139-
CMYK00.260.210.31
HSL348º21.95%59.8%-
HSV(B)348º25.71%68.63%-
XYZ30.3226.9428.03-
YUV144.48124.91149.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=39.41%
G=29.28%
B=31.31%

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
Decimal17513013900.260.210.3134821.9559.8
HexAF828B01A151F15c163c
Octal25720221303225375342674
Binary101011111000001010001011011010101011111110101110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF828B; }

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

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

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

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

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

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

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

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