#AF7781

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

Shades of Tapestry #AF7781

Tints of Tapestry #AF7781

Color information

#AF7781 (or 0xAF7781) is unknown color: approx Tapestry. HEX triplet: AF, 77 and 81. RGB value is (175,119,129). Sum of RGB (Red+Green+Blue) = 175+119+129=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7781 is #50887E. Grayscale: #888888. Windows color (decimal): -5277823 or 8484783. OLE color: 8484783.

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

Color convert

RGB175119129-
CMYK00.320.260.31
HSL349.29º25.93%57.65%-
HSV(B)349.29º32%68.63%-
XYZ28.2423.8923.89-
YUV136.88123.55155.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=41.37%
G=28.13%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511912900.320.260.31349.2925.9357.65
HexAF77810201A1F15d1a3a
Octal25716720104032375353272
Binary101011111110111100000010100000110101111110101110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7781; }

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

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

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

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

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

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

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

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