#AF6578

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

Shades of Tapestry #AF6578

Tints of Tapestry #AF6578

Color information

#AF6578 (or 0xAF6578) is unknown color: approx Tapestry. HEX triplet: AF, 65 and 78. RGB value is (175,101,120). Sum of RGB (Red+Green+Blue) = 175+101+120=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6578 is #509A87. Grayscale: #7D7D7D. Windows color (decimal): -5282440 or 7890351. OLE color: 7890351.

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

Color convert

RGB175101120-
CMYK00.420.310.31
HSL344.59º31.62%54.12%-
HSV(B)344.59º42.29%68.63%-
XYZ25.7219.7820.23-
YUV125.29125.02163.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=44.19%
G=25.51%
B=30.30%

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
Decimal17510112000.420.310.31344.5931.6254.12
HexAF657802A1F1F1592036
Octal25714517005237375314066
Binary101011111100101111100001010101111111111101011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6578; }

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

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

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

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

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

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

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

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