#AF6579

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

Shades of Tapestry #AF6579

Tints of Tapestry #AF6579

Color information

#AF6579 (or 0xAF6579) is unknown color: approx Tapestry. HEX triplet: AF, 65 and 79. RGB value is (175,101,121). Sum of RGB (Red+Green+Blue) = 175+101+121=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6579 is #509A86. Grayscale: #7D7D7D. Windows color (decimal): -5282439 or 7955887. OLE color: 7955887.

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

Color convert

RGB175101121-
CMYK00.420.310.31
HSL343.78º31.62%54.12%-
HSV(B)343.78º42.29%68.63%-
XYZ25.7819.820.55-
YUV125.41125.52163.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=44.08%
G=25.44%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510112100.420.310.31343.7831.6254.12
HexAF657902A1F1F1582036
Octal25714517105237375304066
Binary101011111100101111100101010101111111111101011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6579; }

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

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

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

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

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

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

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

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