#AF778D

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

Shades of Tapestry #AF778D

Tints of Tapestry #AF778D

Color information

#AF778D (or 0xAF778D) is unknown color: approx Tapestry. HEX triplet: AF, 77 and 8D. RGB value is (175,119,141). Sum of RGB (Red+Green+Blue) = 175+119+141=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF778D is #508872. Grayscale: #8A8A8A. Windows color (decimal): -5277811 or 9271215. OLE color: 9271215.

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

Color convert

RGB175119141-
CMYK00.320.190.31
HSL336.43º25.93%57.65%-
HSV(B)336.43º32%68.63%-
XYZ29.0824.2328.34-
YUV138.25129.55154.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=40.23%
G=27.36%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511914100.320.190.31336.4325.9357.65
HexAF778D020131F1501a3a
Octal25716721504023375203272
Binary101011111110111100011010100000100111111110101000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF778D; }

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

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

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

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

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

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

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

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