#AF6879

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

Shades of Tapestry #AF6879

Tints of Tapestry #AF6879

Color information

#AF6879 (or 0xAF6879) is unknown color: approx Tapestry. HEX triplet: AF, 68 and 79. RGB value is (175,104,121). Sum of RGB (Red+Green+Blue) = 175+104+121=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6879 is #509786. Grayscale: #7F7F7F. Windows color (decimal): -5281671 or 7956655. OLE color: 7956655.

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

Color convert

RGB175104121-
CMYK00.410.310.31
HSL345.63º30.74%54.71%-
HSV(B)345.63º40.57%68.63%-
XYZ26.0820.420.65-
YUV127.17124.52162.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=43.75%
G=26%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510412100.410.310.31345.6330.7454.71
HexAF68790291F1F15a1f37
Octal25715017105137375323767
Binary10101111110100011110010101001111111111110101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6879; }

 p { color: rgb(175,104,121); }

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

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

 a { background-color: rgb(175,104,121); }

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

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

 span { border-color: rgb(175,104,121); }

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