#AF788D

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

Shades of Tapestry #AF788D

Tints of Tapestry #AF788D

Color information

#AF788D (or 0xAF788D) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 8D. RGB value is (175,120,141). Sum of RGB (Red+Green+Blue) = 175+120+141=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF788D is #508772. Grayscale: #8A8A8A. Windows color (decimal): -5277555 or 9271471. OLE color: 9271471.

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

Color convert

RGB175120141-
CMYK00.310.190.31
HSL337.09º25.58%57.84%-
HSV(B)337.09º31.43%68.63%-
XYZ29.224.4728.38-
YUV138.84129.22153.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=40.14%
G=27.52%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512014100.310.190.31337.0925.5857.84
HexAF788D01F131F1511a3a
Octal25717021503723375213272
Binary10101111111100010001101011111100111111110101000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF788D; }

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

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

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

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

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

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

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

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