#AF788A

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

Shades of Tapestry #AF788A

Tints of Tapestry #AF788A

Color information

#AF788A (or 0xAF788A) is unknown color: approx Tapestry. HEX triplet: AF, 78 and 8A. RGB value is (175,120,138). Sum of RGB (Red+Green+Blue) = 175+120+138=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF788A is #508775. Grayscale: #8A8A8A. Windows color (decimal): -5277558 or 9074863. OLE color: 9074863.

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

Color convert

RGB175120138-
CMYK00.310.210.31
HSL340.36º25.58%57.84%-
HSV(B)340.36º31.43%68.63%-
XYZ28.9824.3827.22-
YUV138.5127.72154.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=40.42%
G=27.71%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512013800.310.210.31340.3625.5857.84
HexAF788A01F151F1541a3a
Octal25717021203725375243272
Binary10101111111100010001010011111101011111110101010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF788A; }

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

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

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

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

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

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

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

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