#AF6178

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

Shades of Tapestry #AF6178

Tints of Tapestry #AF6178

Color information

#AF6178 (or 0xAF6178) is unknown color: approx Tapestry. HEX triplet: AF, 61 and 78. RGB value is (175,97,120). Sum of RGB (Red+Green+Blue) = 175+97+120=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6178 is #509E87. Grayscale: #7A7A7A. Windows color (decimal): -5283464 or 7889327. OLE color: 7889327.

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

Color convert

RGB17597120-
CMYK00.450.310.31
HSL342.31º32.77%53.33%-
HSV(B)342.31º44.57%68.63%-
XYZ25.3419.0220.1-
YUV122.94126.34165.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=44.64%
G=24.74%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759712000.450.310.31342.3132.7753.33
HexAF617802D1F1F1562135
Octal25714117005537375264165
Binary101011111100001111100001011011111111111101010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6178; }

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

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

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

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

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

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

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

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