#AF828D

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

Shades of Tapestry #AF828D

Tints of Tapestry #AF828D

Color information

#AF828D (or 0xAF828D) is unknown color: approx Tapestry. HEX triplet: AF, 82 and 8D. RGB value is (175,130,141). Sum of RGB (Red+Green+Blue) = 175+130+141=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828D is #507D72. Grayscale: #909090. Windows color (decimal): -5274995 or 9274031. OLE color: 9274031.

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

Color convert

RGB175130141-
CMYK00.260.190.31
HSL345.33º21.95%59.8%-
HSV(B)345.33º25.71%68.63%-
XYZ30.472728.81-
YUV144.71125.91149.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=39.24%
G=29.15%
B=31.61%

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
Decimal17513014100.260.190.31345.3321.9559.8
HexAF828D01A131F159163c
Octal25720221503223375312674
Binary101011111000001010001101011010100111111110101100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF828D; }

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

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

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

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

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

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

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

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